We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567d77c commit 3bcf139Copy full SHA for 3bcf139
1 file changed
.github/workflows/asan.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
QT_VERSION: 6.10.0
25
ASAN_OPTIONS: detect_stack_use_after_return=1
26
- LSAN_OPTIONS: suppressions=lsan-suppr.txt:print_suppressions=0
+ #LSAN_OPTIONS: suppressions=lsan-suppr.txt:print_suppressions=0
27
# TODO: figure out why there are cache misses with PCH enabled
28
CCACHE_SLOPPINESS: pch_defines,time_macros
29
0 commit comments