]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - config/bootstrap-asan.mk
Move signatured_type::type to unshareable object
[thirdparty/binutils-gdb.git] / config / bootstrap-asan.mk
index fbef02125dca4d7c9d06763e039225c052f89237..e73d4c2cfb8078f0f65cf4b4b529b51c27442b07 100644 (file)
@@ -1,5 +1,8 @@
 # This option enables -fsanitize=address for stage2 and stage3.
 
+# Suppress LeakSanitizer in bootstrap.
+export ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1
+
 STAGE2_CFLAGS += -fsanitize=address
 STAGE3_CFLAGS += -fsanitize=address
 POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \