Navigation


Changeset 1119:79dd22145f52 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1091 r1119  
    5252SET(CMAKE_C_FLAGS_DEBIANPACKAGE "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
    5353
     54# Set the "Debug" flags
     55SET(CMAKE_C_FLAGS_DEBUG "-Wall -g -O0")
     56
    5457# Add a "DebugValgrind" build type used for checking execution with Valgrind tool
    5558SET(CMAKE_C_FLAGS_DEBUGVALGRIND "-Wall -g -O0")
Note: See TracChangeset for help on using the changeset viewer.