We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda1868 commit ffb7647Copy full SHA for ffb7647
.github/workflows/cmake-linux.yml
@@ -53,8 +53,8 @@ jobs:
53
if [[ "${{ matrix.compiler }}" == "clang" ]]; then
54
export CC=clang-${{ matrix.version }}
55
export CXX=clang++-${{ matrix.version }}
56
- export CXXFLAGS="-rtlib=compiler-rt -stdlib=libc++ -unwindlib=libunwind"
57
- export LDFLAGS=-fuse-ld=lld
+ export CXXFLAGS="-stdlib=libc++"
+ export LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
58
else
59
export CC=gcc-${{ matrix.version }}
60
export CXX=g++-${{ matrix.version }}
0 commit comments