We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a96ebe commit 0a1ea40Copy full SHA for 0a1ea40
1 file changed
bare-arm/Makefile
@@ -22,7 +22,7 @@ else
22
CFLAGS += -Os -DNDEBUG
23
endif
24
25
-LDFLAGS = -nostdlib -T stm32f405.ld
+LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
26
LIBS =
27
28
SRC_C = \
0 commit comments