Navigation


Changeset 359:9fa49025743f in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Jul 1, 2010, 4:03:50 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added -g flag in Profiling mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r357 r359  
    3939# Add a "Profiling" build type
    4040# SET(CMAKE_BUILD_TYPE Profiling)
    41 SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage")
     41SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -g")
    4242
    4343# Set the DEBUG flag for Debug and Profiling builds
Note: See TracChangeset for help on using the changeset viewer.