Skip to content

Commit

Permalink
fix: linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx committed Aug 23, 2024
1 parent d4ebfa8 commit 4a8c174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
export CC="clang"
export CXX="clang++"
export CXXFLAGS="-g -mssse3 -std=c++17"
export CXXFLAGS="-g -mssse3 -std=c++20"
export LDFLAGS="-m64 -lstdc++ -Wl,--build-id -fuse-ld=lld"
./configure --shared
make -j4
Expand Down

0 comments on commit 4a8c174

Please sign in to comment.