Add the missing file
From-SVN: r193942
This commit is contained in:
parent
c3cc0031a0
commit
1d02988986
1 changed files with 6 additions and 0 deletions
6
config/bootstrap-asan.mk
Normal file
6
config/bootstrap-asan.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
# This option enables -fsanitize=address for stage2 and stage3.
|
||||
|
||||
STAGE2_CFLAGS += -fsanitize=address
|
||||
STAGE3_CFLAGS += -fsanitize=address
|
||||
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
|
||||
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
Loading…
Add table
Reference in a new issue