summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d88
+Subproject 210e7a74326c5e01de42bcb3c2375db92a32a27
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 26c37b9..1033555 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -44,7 +44,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(BUILD_TYPE "DEBUG")
+set(BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.