Resolve 'using serial compilation of 2 LTRANS jobs' warning (#26113)

This commit is contained in:
Joel Challis 2026-03-30 05:25:29 +01:00 committed by GitHub
parent 9d24bc8a33
commit ed80e21858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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