Resolve 'using serial compilation of 2 LTRANS jobs' warning (#26113)
This commit is contained in:
parent
9d24bc8a33
commit
ed80e21858
|
|
@ -58,7 +58,7 @@ endif
|
|||
#---------------- C Compiler Options ----------------
|
||||
|
||||
ifeq ($(strip $(LTO_ENABLE)), yes)
|
||||
CDEFS += -flto
|
||||
CDEFS += -flto=auto
|
||||
CDEFS += -DLTO_ENABLE
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue