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

This commit is contained in:
QMK Bot
2026-03-16 10:31:58 +00:00
+2 -2
View File
@@ -50,10 +50,10 @@ ifeq ($(strip $(DEBUG_ENABLE)),yes)
CFLAGS += -ggdb3
CXXFLAGS += -ggdb3
ASFLAGS += -ggdb3
# Create a map file when debugging
LDFLAGS += -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref
endif
# Always create a map file to see what was compiled and where.
LDFLAGS += -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref
#---------------- C Compiler Options ----------------