mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
9 lines
251 B
Makefile
9 lines
251 B
Makefile
# This option enables LTO for stage2 and stage3. It requires lto to
|
|
# be enabled for stage1 with --enable-stage1-languages.
|
|
|
|
STAGE2_CFLAGS += -flto
|
|
STAGE3_CFLAGS += -flto
|
|
|
|
# Ada fails to build with LTO, turn it off for now.
|
|
BOOT_ADAFLAGS += -fno-lto
|