diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 16:55:30 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 16:56:42 +0800 |
commit | aeec9efc26933c30df32aa2a42deff3444dc265e (patch) | |
tree | db82d98adcec72390f640f4676f09a29042c9b3a /conf.d | |
parent | b4b49ff3450ae3350155851227f348b88d2274e1 (diff) |
binding: geoclue: 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: Id86787367b93844071ad4d662aa29476ef8f3cd8
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject 8967162dd12bce89f9ae27f5c9bce7b78624e3f +Subproject 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d88 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. |