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 501e854 commit 77963d5Copy full SHA for 77963d5
.github/workflows/CI-unixish.yml
@@ -101,7 +101,7 @@ jobs:
101
if: matrix.os == 'ubuntu-24.04'
102
run: |
103
make clean
104
- make -j$(nproc) CXXOPTS="-O1"
+ make -j$(nproc) CXXOPTS="-O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls"
105
valgrind --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --gen-suppressions=all --error-exitcode=42 ./testrunner
106
# TODO: run Python tests with valgrind
107
VALGRIND_TOOL=memcheck ./selfcheck.sh
0 commit comments