We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ebfa8 commit 4a8c174Copy full SHA for 4a8c174
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
export CC="clang"
50
export CXX="clang++"
51
- export CXXFLAGS="-g -mssse3 -std=c++17"
+ export CXXFLAGS="-g -mssse3 -std=c++20"
52
export LDFLAGS="-m64 -lstdc++ -Wl,--build-id -fuse-ld=lld"
53
./configure --shared
54
make -j4
0 commit comments