From a63e1bcdf43a787a3231883c6f99e0c0f0d6ac78 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 26 Mar 2018 09:33:03 +0200 Subject: Change default sample settings. No needs to force CMAKE build type to debug as it's the default. Only kept for convenience if needed to specify other build type. Change-Id: Idf88f09eebf6ab4defe070b7df23ebf769861c63 Signed-off-by: Romain Forlot --- samples.d/config.cmake.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 3a7ef8f..56edcc9 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -41,8 +41,8 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") -set(USE_EFENCE 1) +#set(CMAKE_BUILD_TYPE "DEBUG") +#set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. -- cgit 1.2.3-korg