Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / config / bootstrap-asan.mk
index 70baaf9bb17354ae26919e2f2ff4006bbc656b45..e73d4c2cfb8078f0f65cf4b4b529b51c27442b07 100644 (file)
@@ -1,7 +1,7 @@
 # This option enables -fsanitize=address for stage2 and stage3.
 
 # Suppress LeakSanitizer in bootstrap.
-export LSAN_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.023275 seconds and 4 git commands to generate.