[gdb/doc] Explain that there's always a thread
[binutils-gdb.git] / config / bootstrap-asan.mk
index 52ef30e99c83ecb13dd95632796e2cab3a868ced..70baaf9bb17354ae26919e2f2ff4006bbc656b45 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 LSAN_OPTIONS="detect_leaks=0"
 
 STAGE2_CFLAGS += -fsanitize=address
 STAGE3_CFLAGS += -fsanitize=address