Explorar el Código

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

QMK Bot hace 5 meses
padre
commit
792b1c23f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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