We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b79e11 commit 8a99cd4Copy full SHA for 8a99cd4
.github/workflows/asan.yml
@@ -23,6 +23,7 @@ jobs:
23
env:
24
QT_VERSION: 6.9.1
25
ASAN_OPTIONS: detect_stack_use_after_return=1
26
+ LSAN_OPTIONS: suppressions=lsan-suppr.txt
27
# TODO: figure out why there are cache misses with PCH enabled
28
CCACHE_SLOPPINESS: pch_defines,time_macros
29
lsan-suppr.txt
@@ -0,0 +1 @@
1
+leak:libpcre.so
0 commit comments