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 d40dca1 commit 4fd7cfeCopy full SHA for 4fd7cfe
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
unset PYTHONQT_RUN_ONLY_MEMORY_TESTS
81
fi
82
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
83
- UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
+ UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=1:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
84
make check
85
86
- name: Generate Wrappers
0 commit comments