Blame config/bootstrap-ubsan.mk

Packit Service 72eb06
# This option enables -fsanitize=undefined for stage2 and stage3.
Packit Service 72eb06
Packit Service 72eb06
STAGE2_CFLAGS += -fsanitize=undefined
Packit Service 72eb06
STAGE3_CFLAGS += -fsanitize=undefined
Packit Service 72eb06
POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan \
Packit Service 72eb06
		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
Packit Service 72eb06
		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
Packit Service 72eb06
		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs