aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-11 12:28:49 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-11 12:28:49 +0000
commitb208ad43cc1797c558adc49d3fe39fb199964aad (patch)
treedc8e37d8778bb0fc5f725a358fab92c670b19512 /conf.d/cmake/config.cmake
parent06f12225e5279a7f5b6adad7f7c8b35efd123d90 (diff)
parenta2df7140c8128f7939cc3127bd8b9d7a40610546 (diff)
Merge "binding: mediascanner: 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 ed2fbba..3f68b3d 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.