Skip to content

Commit

Permalink
Update cdefault.yml
Browse files Browse the repository at this point in the history
AC6 - adding misc option `--summary_stderr` to see size info in console output e.g.
```
[6/6] Linking C executable C:\csolution-example\SimpleTrustZone\out\AVH\CM33_s.axf
Program Size: Code=996 RO-data=2040 RW-data=4 ZI-data=5352
info cbuild: build finished successfully!
```
  • Loading branch information
jkrech authored Aug 30, 2023
1 parent 300d6b2 commit 23dd18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/projmgr/templates/cdefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default:
- --entry=Reset_Handler
- --map
- --info summarysizes
- --summary_stderr
- --diag_suppress=L6314W

- for-compiler: GCC
Expand Down

0 comments on commit 23dd18d

Please sign in to comment.