Skip to content

Commit

Permalink
Merge pull request #2374 from silabs-kjetil/generate-mapfile
Browse files Browse the repository at this point in the history
Generating a .map file when building an elf executable
  • Loading branch information
silabs-robin authored Feb 26, 2024
2 parents 25facb6 + caea081 commit 3a808bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ else
-nostartfiles \
$(TEST_FILES) \
-T $(LD_FILE) \
-Xlinker -Map=$*.map \
$(LD_LIBRARY) \
-lcv-verif
endif
Expand Down

0 comments on commit 3a808bc

Please sign in to comment.