# HG changeset patch # User Sebastien Decugis # Date 1278555156 -32400 # Node ID 0c91b5bf19b1ce389e805484a3cafa06d7377c94 # Parent 918fbb92eb8bb391bd361a795e5d206919c192af Enable all warnings in Profiling mode diff -r 918fbb92eb8b -r 0c91b5bf19b1 CMakeLists.txt --- a/CMakeLists.txt Thu Jul 08 11:12:22 2010 +0900 +++ b/CMakeLists.txt Thu Jul 08 11:12:36 2010 +0900 @@ -38,7 +38,7 @@ # Add a "Profiling" build type # SET(CMAKE_BUILD_TYPE Profiling) -SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -g") +SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -g -Wall") # Set the DEBUG flag for Debug and Profiling builds IF (CMAKE_BUILD_TYPE MATCHES "Debug|Profiling")