changeset 416:fa39aecb41c6

Fix profiling profile for FreeBSD8.0
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 17:54:55 +0900
parents 1f4aa49b26e4
children 195096819152
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 08 17:54:32 2010 +0900
+++ b/CMakeLists.txt	Thu Jul 08 17:54:55 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 -Wall")
+SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -fstack-protector -g -Wall")
 
 # Set the DEBUG flag for Debug and Profiling builds
 IF (CMAKE_BUILD_TYPE MATCHES "Debug|Profiling")
"Welcome to our mercurial repository"