aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-300
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-05-26 12:02:30 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-05-26 12:59:43 +0200
commit1c62899409b6a813210173b1a5958818c1f27899 (patch)
treef1916085caccf09e19fb8db31c121a605994a4ec /targets/corstone-300
parent0cb936d6affb4cbc58c1766932d579eb5906d3a3 (diff)
downloadethos-u-core-platform-1c62899409b6a813210173b1a5958818c1f27899.tar.gz
Optimizations
Setting NDEBUG for non debug builds. This will disabled the asserts used by the for example the Ethos-U driver. Disabling caches by default. Change-Id: I614edc09b99e9997af7e113c7565d64f273f3fa0
Diffstat (limited to 'targets/corstone-300')
-rw-r--r--targets/corstone-300/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt
index 4e766df..85fe944 100644
--- a/targets/corstone-300/CMakeLists.txt
+++ b/targets/corstone-300/CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
set(ETHOSU_COMMAND_DEFAULT python3 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/run_ctest.py -t corstone-300)
-option(CPU_CACHE_ENABLE "Enable CPU instruction- and data cache" ON)
+option(CPU_CACHE_ENABLE "Enable CPU instruction- and data cache" OFF)
#############################################################################
# Project