Browse Source

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

QMK Bot 4 months ago
parent
commit
c31ebfeb0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builddefs/common_rules.mk

+ 1 - 1
builddefs/common_rules.mk

@@ -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