diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:28:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 12:28:49 +0000 |
commit | b208ad43cc1797c558adc49d3fe39fb199964aad (patch) | |
tree | dc8e37d8778bb0fc5f725a358fab92c670b19512 /conf.d | |
parent | 06f12225e5279a7f5b6adad7f7c8b35efd123d90 (diff) | |
parent | a2df7140c8128f7939cc3127bd8b9d7a40610546 (diff) |
Merge "binding: mediascanner: update version of conf.d/app-templates submodule"
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 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. |