mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00: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
|