From 6c0e9e48f57ed2f5cf5adf2f51f51cbf130abcf6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 26 Mar 2018 09:33:03 +0200 Subject: [PATCH] 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. -- 2.16.6