Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesTaelman committed Aug 12, 2019
1 parent 32b3c67 commit 63a1092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CFLAGS=-O0 -ggdb3 -mcpu=cortex-m3 -mthumb \
-Iarm/CMSIS/include -I.

LDFLAGS=--specs=rdimon.specs \
-g \
-Wl,--start-group -lgcc -lc -lc -lm -lrdimon -Wl,--end-group \
-Wl,--gc-sections \
-L ldscripts -T gcc.ld \
Expand Down

0 comments on commit 63a1092

Please sign in to comment.