Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
CommitLineData
7bca32d7 1# This option enables LTO for stage2 and stage3.
024659e6
L
2# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
3# to go with -ffat-lto-objects.
29e66501 4
024659e6
L
5STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
6STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
7bca32d7 7STAGEprofile_CFLAGS += -fno-lto
This page took 0.16347 seconds and 4 git commands to generate.