Skip to content

Commit 77963d5

Browse files
committed
dbg
1 parent 501e854 commit 77963d5

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

0 commit comments

Comments
 (0)