From 2bd97a576fd756bc1411df98275f3369c2e6c47a Mon Sep 17 00:00:00 2001 From: thomasl <thomasl@eurecom.fr> Date: Wed, 11 Mar 2015 17:35:47 +0000 Subject: [PATCH] set -O3 by default, remain an issue that prevent to use cmake-gui git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6761 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- cmake_targets/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_targets/CMakeLists.txt b/cmake_targets/CMakeLists.txt index a4f7c999c0..9d81276f11 100644 --- a/cmake_targets/CMakeLists.txt +++ b/cmake_targets/CMakeLists.txt @@ -99,6 +99,7 @@ endmacro(add_list2_option) ############################################# add_list1_option(CMAKE_BUILD_TYPE "RelWithDebInfo" "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." Debug Release RelWithDebInfo MinSizeRel) +set(CMAKE_BUILD_TYPE "RelWithDebInfo") # set(CMAKE_C_FLAGS -- 2.26.2