Skip to content

Commit dee53af

Browse files
committed
dbg
1 parent 75bc73f commit dee53af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: matrix.os == 'ubuntu-24.04'
113113
run: |
114114
make clean
115-
make -j$(nproc) CXXOPTS="-O1"
115+
make -j$(nproc) CXXOPTS="-O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls"
116116
valgrind --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --gen-suppressions=all --error-exitcode=42 ./testrunner
117117
# TODO: run Python tests with valgrind
118118
VALGRIND_TOOL=memcheck ./selfcheck.sh

0 commit comments

Comments
 (0)