We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45db93b commit 0214612Copy full SHA for 0214612
1 file changed
.github/workflows/CI-unixish.yml
@@ -46,7 +46,7 @@ jobs:
46
if: matrix.os == 'ubuntu-22.04' && matrix.compiler == 'clang++'
47
run: |
48
make clean
49
- make -j$(nproc) test CXX=${{ matrix.compiler }} CXXFLAGS="-stdlib=libc++ -g3 -DLIBCXX_ENABLE_DEBUG_MODE" LDFLAGS="-lc++"
+ make -j$(nproc) test CXX=${{ matrix.compiler }} CXXFLAGS="-stdlib=libc++ -g3 -D_LIBCPP_ENABLE_ASSERTIONS=1" LDFLAGS="-lc++"
50
51
- name: Run AddressSanitizer
52
if: matrix.os == 'ubuntu-22.04'
0 commit comments