Navigation


Changeset 397:0c91b5bf19b1 in freeDiameter


Ignore:
Timestamp:
Jul 8, 2010, 11:12:36 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Enable all warnings in Profiling mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

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