aboutsummaryrefslogtreecommitdiff
path: root/config/bootstrap-lto-noplugin.mk
blob: 0ca8ee2ff013c03b114011f68c2db2147983e870 (plain)
1
2
3
4
5
6
7
8
# This option enables LTO for stage2 and stage3 on
# hosts without linker plugin support.

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