Skip to content

Commit 0214612

Browse files
authored
CI-unixish.yml: specify proper define for "safe libc++" (#284)
1 parent 45db93b commit 0214612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.os == 'ubuntu-22.04' && matrix.compiler == 'clang++'
4747
run: |
4848
make clean
49-
make -j$(nproc) test CXX=${{ matrix.compiler }} CXXFLAGS="-stdlib=libc++ -g3 -DLIBCXX_ENABLE_DEBUG_MODE" LDFLAGS="-lc++"
49+
make -j$(nproc) test CXX=${{ matrix.compiler }} CXXFLAGS="-stdlib=libc++ -g3 -D_LIBCPP_ENABLE_ASSERTIONS=1" LDFLAGS="-lc++"
5050
5151
- name: Run AddressSanitizer
5252
if: matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)