mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
ci: More verbose output from asan
This commit is contained in:
parent
ee2152ff5c
commit
4f65c121b7
@ -8,7 +8,7 @@ builddir=$1
|
|||||||
backend=$2
|
backend=$2
|
||||||
|
|
||||||
# Ignore memory leaks lower in dependencies
|
# Ignore memory leaks lower in dependencies
|
||||||
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
|
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:verbosity=1:log_threads=1
|
||||||
export G_SLICE=always-malloc
|
export G_SLICE=always-malloc
|
||||||
|
|
||||||
case "${backend}" in
|
case "${backend}" in
|
||||||
|
Loading…
Reference in New Issue
Block a user