mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
6 lines
180 B
Makefile
6 lines
180 B
Makefile
# This option enables LTO for stage2 and stage3.
|
|
|
|
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
|
|
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
|
|
STAGEprofile_CFLAGS += -fno-lto
|