From 5ea9c15ab6df0881409430915adcaac1356269c9 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 9 Nov 2017 17:09:32 +0100 Subject: remove CMAKE_BUILD_TYPE from config file. Change-Id: I67d2b64fd1f0172496fc76bc720676ca1ade9ad0 --- conf.d/cmake/config.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index b9e60d9..4b7ed86 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -45,7 +45,6 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a -- cgit 1.2.3-korg