Skip to content

Commit

Permalink
Add options to output usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kkitayam committed Oct 18, 2022
1 parent e613d3e commit ddc2a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ CFLAGS=\
-flto\
-nostdlib\
-ggdb\
-fstack-usage\
-fdata-sections\
-ffunction-sections\
-fsingle-precision-constant\
Expand Down Expand Up @@ -139,6 +140,7 @@ LDFLAGS=\
-Wl,-Map=$(@:%.elf=%.map)\
-Wl,-cref\
-Wl,-gc-sections\
-Wl,--print-memory-usage \
-specs=nosys.specs\
-specs=nano.specs

Expand Down

0 comments on commit ddc2a4f

Please sign in to comment.