aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/config/bootstrap-lto.mk
blob: 27bad1529bee612d466d4a9add71da79c92c4d35 (plain)
1
2
3
4
5
6
7
# This option enables LTO for stage2 and stage3.
# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
# to go with -ffat-lto-objects. 

STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
STAGEprofile_CFLAGS += -fno-lto