Change regcache list to be an hash map
[deliverable/binutils-gdb.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
This page took 0.024004 seconds and 4 git commands to generate.