Skip to content

Commit

Permalink
print memory usage summary after linking
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 committed Feb 17, 2023
1 parent 04e2295 commit 545456e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/H32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ $(OUTPUT_FILE_BASE).elf: $(OBJ_FILES)
--gc-sections \
-L lib/h32_core/main/hdsc32core/common \
-Wl,-Map,$(OUTPUT_FILE_BASE).map \
-Wl,--print-memory-usage \
--specs=nano.specs \
--specs=nosys.specs \
-o $(OUTPUT_FILE_BASE).elf $(OBJ_FILES) $(LIB_FILES_RESOLVED) \
Expand Down

0 comments on commit 545456e

Please sign in to comment.