Merge from GCC.
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
1 # This option enables LTO for stage2 and stage3.
2
3 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
4 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
5 STAGEprofile_CFLAGS += -fno-lto
This page took 0.048526 seconds and 4 git commands to generate.