Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2026-03-30 04:26:07 +00:00
+1 -1
View File
@@ -58,7 +58,7 @@ LDFLAGS += -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref
#---------------- C Compiler Options ----------------
ifeq ($(strip $(LTO_ENABLE)), yes)
CDEFS += -flto
CDEFS += -flto=auto
CDEFS += -DLTO_ENABLE
endif