changeset 357:dda9330aa711

Do not default to Profiling build type
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 01 Jul 2010 15:48:06 +0900
parents e203fc0c95e3
children 7ea43915cade
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 01 15:47:34 2010 +0900
+++ b/CMakeLists.txt	Thu Jul 01 15:48:06 2010 +0900
@@ -37,7 +37,7 @@
 ADD_DEFINITIONS(-D_GNU_SOURCE)
 
 # Add a "Profiling" build type
-SET(CMAKE_BUILD_TYPE Profiling)
+# SET(CMAKE_BUILD_TYPE Profiling)
 SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage")
 
 # Set the DEBUG flag for Debug and Profiling builds
"Welcome to our mercurial repository"