# HG changeset patch # User Sebastien Decugis # Date 1277966886 -32400 # Node ID dda9330aa711e3fe9748160e4d9d6b246be91cc3 # Parent e203fc0c95e3845965e07b6fefeacf7d0b1bd94b Do not default to Profiling build type diff -r e203fc0c95e3 -r dda9330aa711 CMakeLists.txt --- 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