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
+1 -1
View File
@@ -58,7 +58,7 @@ endif
#---------------- C Compiler Options ----------------
ifeq ($(strip $(LTO_ENABLE)), yes)
CDEFS += -flto
CDEFS += -flto=auto
CDEFS += -DLTO_ENABLE
endif