mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Force malloc of g_slices in asan build
Otherwise leaks could be missed.
This commit is contained in:
parent
a486536925
commit
0d790505aa
@ -9,6 +9,7 @@ backend=$2
|
||||
|
||||
# Ignore memory leaks lower in dependencies
|
||||
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
||||
export G_SLICE=always-malloc
|
||||
|
||||
case "${backend}" in
|
||||
x11)
|
||||
|
Loading…
Reference in New Issue
Block a user