We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bc73f commit dee53afCopy full SHA for dee53af
.github/workflows/CI-unixish.yml
@@ -112,7 +112,7 @@ jobs:
112
if: matrix.os == 'ubuntu-24.04'
113
run: |
114
make clean
115
- make -j$(nproc) CXXOPTS="-O1"
+ make -j$(nproc) CXXOPTS="-O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls"
116
valgrind --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --gen-suppressions=all --error-exitcode=42 ./testrunner
117
# TODO: run Python tests with valgrind
118
VALGRIND_TOOL=memcheck ./selfcheck.sh
0 commit comments