binutils-gdb/config/bootstrap-lto.mk

9 lines
347 B
Makefile
Raw Normal View History

2010-06-21 21:39:32 +02:00
# This option enables LTO for stage2 and stage3. It requires lto to
# be enabled for stage1 with --enable-stage1-languages.
STAGE2_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE3_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1
2010-06-21 21:39:32 +02:00
# Ada fails to build with LTO, turn it off for now.
BOOT_ADAFLAGS += -fno-lto