Set "Relwithdebinfo" for cmake_build_type for b-u585i-iot02a board
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ifdd5353fa4ea30b0fc4ef96c4a39224bfa4b2fa6
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 7e46d06..cda4bd5 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": ["Release", "Debug"],
+ "cmake_build_type": ["Relwithdebinfo"],
"with_bl2": [True],
"profile": [""],
"extra_params": [""]