]> gcc.gnu.org Git - gcc.git/blob - config/bootstrap-ubsan.mk
d2615e8f807b4e15bd4d611fbee2edb6f0b3083f
[gcc.git] / config / bootstrap-ubsan.mk
1 # This option enables -fsanitize=undefined for stage2 and stage3.
2
3 STAGE2_CFLAGS += -fsanitize=undefined
4 STAGE3_CFLAGS += -fsanitize=undefined
5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan \
6 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
7 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
8 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs
This page took 0.037017 seconds and 4 git commands to generate.