]> git.ipfire.org Git - thirdparty/gcc.git/blame - config/bootstrap-lto.mk
contrib/ChangeLog:
[thirdparty/gcc.git] / config / bootstrap-lto.mk
CommitLineData
f3255772 1# This option enables LTO for stage2 and stage3. It requires lto to
2# be enabled for stage1 with --enable-stage1-languages.
3
4STAGE2_CFLAGS += -flto
5STAGE3_CFLAGS += -flto
6
7# Ada fails to build with LTO, turn it off for now.
8BOOT_ADAFLAGS += -fno-lto