aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Brand <chris.brand@cypress.com>2019-10-17 09:29:27 -0700
committerDavid Hu <david.hu@arm.com>2019-11-08 07:42:21 +0000
commit1360718b494dc26630fb75c4621abbc5dfdd6e24 (patch)
tree939fbae5024b54c87bbbc4a9edb0b5d0f1bdd631
parent6c51bb4dd04e9aa9ff3fdc05f7794133cc15ff0d (diff)
downloadtrusted-firmware-m-1360718b494dc26630fb75c4621abbc5dfdd6e24.tar.gz
plat: Turn off debug in default PSoC62 build
This was extremely useful when we were first getting TFM up and running on the platform, but we're now at the point where the non-debug build should be the default, and people wanting the debug build should enable it themselves. Change-Id: I1a0c3acd503704e644b2ec0be9ddd19adc88e074 Signed-off-by: Chris Brand <chris.brand@cypress.com>
-rw-r--r--platform/ext/psoc62.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ext/psoc62.cmake b/platform/ext/psoc62.cmake
index f5589bc9ad..14642b3be0 100644
--- a/platform/ext/psoc62.cmake
+++ b/platform/ext/psoc62.cmake
@@ -17,7 +17,6 @@ set(TFM_NS_CLIENT_IDENTIFICATION OFF)
add_definitions(-DCY8C6247BZI_D54=1)
add_definitions(-DNDEBUG=1)
-add_definitions(-DTFM_CORE_DEBUG)
# Skip Core Test temporarily
set(CORE_TEST OFF)