Skip to content

Commit b1a8c29

Browse files
committed
dbg
1 parent 9fd2842 commit b1a8c29

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
@@ -100,7 +100,7 @@ jobs:
100100
if: matrix.os == 'ubuntu-24.04'
101101
run: |
102102
make clean
103-
make -j$(nproc) CXXOPTS="-O1"
103+
make -j$(nproc) CXXOPTS="-O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls"
104104
valgrind --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --gen-suppressions=all --error-exitcode=42 ./testrunner
105105
# TODO: run Python tests with valgrind
106106
VALGRIND_TOOL=memcheck ./selfcheck.sh

0 commit comments

Comments
 (0)