Export "detect_leaks=0"

PR bootstrap/63888
	* bootstrap-asan.mk (ASAN_OPTIONS): Export "detect_leaks=0".

From-SVN: r217678
This commit is contained in:
H.J. Lu 2014-11-17 22:12:55 +00:00 committed by H.J. Lu
parent 5f7282e2cb
commit 5a4e7cade9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-11-17 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/63888
* bootstrap-asan.mk (ASAN_OPTIONS): Export "detect_leaks=0".
2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
* target-posix: New file.

View File

@ -1,5 +1,8 @@
# This option enables -fsanitize=address for stage2 and stage3.
# Suppress LeakSanitizer in bootstrap.
export ASAN_OPTIONS="detect_leaks=0"
STAGE2_CFLAGS += -fsanitize=address
STAGE3_CFLAGS += -fsanitize=address
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \