mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
6 lines
264 B
Makefile
6 lines
264 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=jobserver -fuse-linker-plugin -frandom-seed=1
|
|
STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
|