]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - config/bootstrap-asan.mk
* tree-ssa-alias.c (nonoverlapping_component_refs_p): Fix pasto
[thirdparty/gcc.git] / config / bootstrap-asan.mk
index 52ef30e99c83ecb13dd95632796e2cab3a868ced..e73d4c2cfb8078f0f65cf4b4b529b51c27442b07 100644 (file)
@@ -1,7 +1,7 @@
 # This option enables -fsanitize=address for stage2 and stage3.
 
 # Suppress LeakSanitizer in bootstrap.
-export ASAN_OPTIONS="detect_leaks=0"
+export ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1
 
 STAGE2_CFLAGS += -fsanitize=address
 STAGE3_CFLAGS += -fsanitize=address