Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap-lto.mk « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 785d15f81c231fdfa7b5d40c3e351dc05489d411 (plain)
1
2
3
4
5
6
7
8
# 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

# Ada fails to build with LTO, turn it off for now.
BOOT_ADAFLAGS += -fno-lto