We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b8237 commit 76bc318Copy full SHA for 76bc318
1 file changed
.github/workflows/CI-mingw.yml
@@ -88,13 +88,13 @@ jobs:
88
./cmake.output/testrunner
89
90
- name: Run with libstdc++ debug mode
91
- if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'g++'
+ if: matrix.compiler == 'g++'
92
run: |
93
make clean
94
make -j$(nproc) test selfcheck CXXOPTS="-Werror -g3 -D_GLIBCXX_DEBUG"
95
96
- name: Run with libc++ hardening mode
97
- if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
+ if: matrix.compiler == 'clang++'
98
99
100
make -j$(nproc) test selfcheck CXXOPTS="-Werror -stdlib=libc++ -g3 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG" LDOPTS="-lc++"
0 commit comments