Change default sample settings.
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 26 Mar 2018 07:33:03 +0000 (09:33 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 26 Mar 2018 07:33:03 +0000 (09:33 +0200)
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 <romain.forlot@iot.bzh>
samples.d/config.cmake.sample

index 3a7ef8f..56edcc9 100644 (file)
@@ -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.