diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:28:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 12:28:58 +0000 |
commit | 25b5f494856445d1a78faf5aae318d3c975a4e16 (patch) | |
tree | f3986141c2a49cfcffd708cfa64203dc7ac06e5a /conf.d/cmake/config.cmake | |
parent | 6e3fd1228124aa2ebc4fe336f7633526f48faeb1 (diff) | |
parent | 5b68f4206cd710666bec294fcac058416f4d4c87 (diff) |
Merge "binding: geofence: update version of conf.d/app-templates submodule"
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
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. |