aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-11 12:29:03 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-11 12:29:03 +0000
commitcdfbc684f3b74797a33a014fdcec1a4b5dd56d7c (patch)
tree11c5d896202c3ade5dec61e1766c3ee750998d5c /conf.d/cmake/config.cmake
parentb03d3718d3e8f2cd513da4d4e29ac93c49a3a088 (diff)
parentaeec9efc26933c30df32aa2a42deff3444dc265e (diff)
Merge "binding: geoclue: update version of conf.d/app-templates submodule"
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 1988483..fb597b9 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -42,7 +42,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(CMAKE_BUILD_TYPE "DEBUG")
+set(CMAKE_BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.