Browse Source

bare-arm: Enable link map file.

This port supposed to be demo of uPy minimality, so let people behold it in
details.
pull/735/head
Paul Sokolovsky 11 years ago
parent
commit
0a1ea40273
  1. 2
      bare-arm/Makefile

2
bare-arm/Makefile

@ -22,7 +22,7 @@ else
CFLAGS += -Os -DNDEBUG
endif
LDFLAGS = -nostdlib -T stm32f405.ld
LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
LIBS =
SRC_C = \

Loading…
Cancel
Save