source:
trunk/libs/newlib/src/config/bootstrap-lto-noplugin.mk
@
503
Last change on this file since 503 was 444, checked in by , 6 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | # This option enables LTO for stage2 and stage3 on |
2 | # hosts without linker plugin support. |
3 | |
4 | STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects |
5 | STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects |
6 | STAGEprofile_CFLAGS += -fno-lto |
Note: See TracBrowser
for help on using the repository browser.