1
0
Fork 0

Make LTO better

This commit is contained in:
Drashna Jael're 2023-07-03 20:07:23 -07:00
parent e0728971d7
commit d19b2b24bc
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11

View file

@ -58,7 +58,7 @@ endif
#---------------- C Compiler Options ----------------
ifeq ($(strip $(LTO_ENABLE)), yes)
CDEFS += -flto
CDEFS += -flto=8
CDEFS += -DLTO_ENABLE
endif