CONFIGS: Switches CS1000 to release build only

Change-Id: I273640a08db4fba222138e31b02fe398572ac3f8
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index c9ed34c..54ee169 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -993,7 +993,7 @@
                 "isolation_level":  ["1", "2"],
                 "test_regression":  ["RegS"],
                 "test_psa_api":     ["OFF"],
-                "cmake_build_type": ["Debug"],
+                "cmake_build_type": ["Release"],    # previously Debug
                 "with_bl2":         [True],
                 "profile":          [""],
                 "extra_params":     ["NSOFF, CS1K_TEST, FVP", "NSOFF, CS1K_TEST, FPGA"]