mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-25 09:00:03 +01:00
girepository/introspection: Set asan option only on address sanitizer
It's the only sanitizer failing when generating the introspection data
This commit is contained in:
parent
f9cb8d59de
commit
caf2f2fbda
@ -9,7 +9,7 @@ gi_gen_shared_sources = [
|
||||
|
||||
gi_gen_env_variables = environment()
|
||||
|
||||
if glib_sanitizers.length() > 0
|
||||
if 'address' in glib_sanitizers
|
||||
gi_gen_env_variables.append(
|
||||
'ASAN_OPTIONS', 'verify_asan_link_order=0', separator: ',')
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user