summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake1
2 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 3465ddbdec8d77e2a59315e50f954ea2d35aa1c
+Subproject cd0660512276d935b7e5e6f5ebae538f64e16f3
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 36e0b58..08f4cb0 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -46,6 +46,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
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.