Skip to content

Commit f8d9a22

Browse files
committed
Always generate .map files
1 parent 4c6ba66 commit f8d9a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

users/drashna/rules.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ ifeq ($(strip $(HOME_ROW_MODS_ENABLE)), yes)
101101
# enable all the options for homerow mods
102102
OPT_DEFS += -DTAPPING_TERM=250 -DFLOW_TAP_TERM=150 -DPERMISSIVE_HOLD -DCHORDAL_HOLD -DSPECULATIVE_HOLD
103103
endif
104+
105+
106+
LDFLAGS += -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref

0 commit comments

Comments
 (0)