Build "Release" instead of "Relwithdebinfo" for b-u585i-iot02a board
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I55ae6d2b725ca84cf365313d5f49c9f10b07b89f
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index cda4bd5..06497dd 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -784,7 +784,7 @@
"isolation_level": ["1", "2"],
"test_regression": ["OFF", "RegS, RegNS"],
"test_psa_api": ["OFF"],
- "cmake_build_type": ["Relwithdebinfo"],
+ "cmake_build_type": ["Release"],
"with_bl2": [True],
"profile": [""],
"extra_params": [""]