config: cmake: change default build to RELEASE 79/19779/1 7.90.0 halibut/7.90.0 halibut_7.90.0
authorMatt Ranostay <matt.ranostay@konsulko.com>
Mon, 28 Jan 2019 09:25:22 +0000 (01:25 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Mon, 28 Jan 2019 09:29:18 +0000 (01:29 -0800)
Ideally no package by default would be building the DEBUG build unless
explicitly requested.

Change-Id: I14310d052fc523b3bb6f514f520074ba403c26fc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
conf.d/project/config.cmake

index a5709f3..fae52f3 100644 (file)
@@ -45,7 +45,7 @@ set(PROJECT_SRC_DIR_PATTERN "[^_]*")
 
 # Compilation Mode (DEBUG, RELEASE)
 # ----------------------------------
-set(BUILD_TYPE "DEBUG")
+set(BUILD_TYPE "RELEASE")
 #Disabled because causes crash on some machines
 #set(USE_EFENCE 1)