mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +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
|