Navigation


Changeset 436:bfe99640cdfa in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Jul 28, 2010, 3:19:55 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added documentation for app_sip in the debian package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r416 r436  
    4141SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -fstack-protector -g -Wall")
    4242
     43# Add a "DebianPackage" build type used when creating the Debian packages
     44SET(CMAKE_C_FLAGS_DEBIANPACKAGE "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
     45
    4346# Set the DEBUG flag for Debug and Profiling builds
    4447IF (CMAKE_BUILD_TYPE MATCHES "Debug|Profiling")
Note: See TracChangeset for help on using the changeset viewer.