Nightly: config_psa_api must use profile_large
Also removing running them in Debug as it introduced pressure
on the build code size without any usefulness.
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: Ie71fd92c31c346f388f1e4784543b64f72ba3ce9
(cherry picked from commit 240495b33df9179b5c8572b0712c3d28eed3176e)
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 15f10c3..8e332de 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -622,9 +622,9 @@
"CRYPTO",
"INITIAL_ATTESTATION",
"STORAGE"],
- "cmake_build_type": ["Debug", "Release", "Minsizerel"],
+ "cmake_build_type": ["Release", "Minsizerel"],
"with_bl2": [True],
- "profile": [""],
+ "profile": ["profile_large"],
"extra_params": [""]
},
"common_params": _common_tfm_builder_cfg,