Commit 1687ed7
committed
armclang: Fix map file generation
Using `--map` linker option only will output
the map file contents on the terminal without
creating a new file, adding the `--list` option
which outputs these information to a file.
Signed-off-by: Ahmed Ismail <[email protected]>1 parent 199db15 commit 1687ed7
File tree
2 files changed
+2
-0
lines changed- bsp/cmake
- release_changes
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments