aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorYulia Garbovich <yulia.garbovich@arm.com>2021-11-02 15:55:38 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-15 15:46:27 +0100
commitafa0c81e4d2389f3aebe5e3a3af07a64402fe641 (patch)
treea617ba2168142139e35be1cfbc5d5ae7a65eee44 /targets
parent6f2d8197ce8348546d7cbfaf7f53961c1ec3350f (diff)
downloadethos-u-core-platform-afa0c81e4d2389f3aebe5e3a3af07a64402fe641.tar.gz
Set default value for TFLu build type
Set default to 'release_with_logs' to enable the TFLu profiler by default. Change-Id: If094caf0f844b54750d88e5071a8f9007774ccc4
Diffstat (limited to 'targets')
-rw-r--r--targets/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/common/CMakeLists.txt b/targets/common/CMakeLists.txt
index 3e222be..64e1334 100644
--- a/targets/common/CMakeLists.txt
+++ b/targets/common/CMakeLists.txt
@@ -23,6 +23,7 @@
set(ETHOSU_CORE_SOFTWARE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../../core_software" CACHE PATH "Path to Arm Ethos-U Core Software")
set(CORE_SOFTWARE_RTOS "All" CACHE STRING "")
+set(TFLU_BUILD_TYPE "release_with_logs" CACHE STRING "Tensorflow Lite Micro build type (release, release_with_logs, debug)")
add_subdirectory(${ETHOSU_CORE_SOFTWARE_PATH} core_software)