3e76bf2c82
* config/bootstrap-lto.mk: -fuse-linker-plugin is default now; pass -fno-lto to STAGEprofile. From-SVN: r168645
7 lines
257 B
Makefile
7 lines
257 B
Makefile
# This option enables LTO for stage2 and stage3. It requires lto to
|
|
# be enabled for stage1 with --enable-stage1-languages.
|
|
|
|
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
|
|
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
|
|
STAGEprofile_CFLAGS += -fno-lto
|