Commit 2bd97a57 authored by thomasl's avatar thomasl

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
parent 2b2e4866
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment