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 e33e855 commit 2ca4368Copy full SHA for 2ca4368
.github/workflows/ci.yml
@@ -61,6 +61,8 @@ jobs:
61
run: sudo apt install --yes ${{matrix.PYTHON}} ${{matrix.CC}} valgrind
62
- name: Run compiler tests
63
run: CC=${{matrix.CC}} CFLAGS="${{matrix.USE_STATIC_HEAP}}" ${{matrix.PYTHON}} compiler_tests.py
64
+ - name: Run compiler tests -DNDEBUG
65
+ run: CC=${{matrix.CC}} CFLAGS="${{matrix.USE_STATIC_HEAP}} -DNDEBUG" ${{matrix.PYTHON}} compiler_tests.py
66
- name: Run compiler tests with ASAN
67
run: CC=${{matrix.CC}} CFLAGS="-fsanitize=address ${{matrix.USE_STATIC_HEAP}}" ${{matrix.PYTHON}} compiler_tests.py
68
- name: Run compiler tests with UBSAN
0 commit comments