Change default sample settings.
[apps/app-templates.git] / 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.