mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +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
|
# Ignore memory leaks lower in dependencies
|
||||||
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
||||||
|
export G_SLICE=always-malloc
|
||||||
|
|
||||||
case "${backend}" in
|
case "${backend}" in
|
||||||
x11)
|
x11)
|
||||||
|
Loading…
Reference in New Issue
Block a user