aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-10-09 16:47:21 +0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-10-09 16:53:08 +0800
commit5b68f4206cd710666bec294fcac058416f4d4c87 (patch)
tree305a0e0a54eaf73bc4780c8a2c4f247e14d6de4a /conf.d/cmake/config.cmake
parent9265663ba8dd19ac913cc72d33e7b02d2409b417 (diff)
binding: geofence: update version of conf.d/app-templates submodule
To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: I42afaadf7530d7e5c9041621666eec01f191c2c4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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 c2301d4..54ee410 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.