Export "detect_leaks=0"
PR bootstrap/63888 * bootstrap-asan.mk (ASAN_OPTIONS): Export "detect_leaks=0". From-SVN: r217678
This commit is contained in:
parent
5f7282e2cb
commit
5a4e7cade9
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue