diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-08 18:05:44 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-21 14:02:12 -0800 |
commit | c08d843d44d8950c842380efe8e22d94b5674d52 (patch) | |
tree | bb60692c5da0b40c1524f48bba3ec82c9f75a32c /conf.d | |
parent | f95354cb581dc5da2d27b33915e034d23f3b0767 (diff) |
binding: pbap: change default build to RELEASE
By default the build should be RELEASE and not the DEBUG option
Change-Id: Idc1c9173b47c1cad655368eca1f2909415c7147b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d')
-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 b499cb4..52eae58 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -41,7 +41,7 @@ set(PROJECT_SRC_DIR_PATTERN "*") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") +set(CMAKE_BUILD_TYPE "RELEASE") #set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a |