mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-27 20:39:06 +02:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
@@ -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 ----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user