From 23dd18d86d90d5c4af3f6f95697b52f2ef401d42 Mon Sep 17 00:00:00 2001 From: Joachim Krech Date: Wed, 30 Aug 2023 08:42:41 +0200 Subject: [PATCH] Update cdefault.yml 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! ``` --- tools/projmgr/templates/cdefault.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/projmgr/templates/cdefault.yml b/tools/projmgr/templates/cdefault.yml index b162d8309..7e00e4690 100644 --- a/tools/projmgr/templates/cdefault.yml +++ b/tools/projmgr/templates/cdefault.yml @@ -18,6 +18,7 @@ default: - --entry=Reset_Handler - --map - --info summarysizes + - --summary_stderr - --diag_suppress=L6314W - for-compiler: GCC