From 19787783fdaf617d1080cbf7a79685f0299e93cf Mon Sep 17 00:00:00 2001 From: yulgar01 Date: Tue, 2 Nov 2021 15:55:38 +0200 Subject: Set default value for TFLu build type Set default to 'release_with_logs' to enable the TFLu profiler by default. Change-Id: If094caf0f844b54750d88e5071a8f9007774ccc4 --- targets/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1