Navigation


Changeset 594:0758a357a151 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Nov 2, 2010, 9:59:36 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a new MaxPerformance? build type for tests, not recommended for use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r581 r594  
    4141SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -fstack-protector -g -Wall")
    4242
     43# Add a "MaxPerformance" build type -- this is very silent...
     44# SET(CMAKE_BUILD_TYPE MaxPerformance)
     45SET(CMAKE_C_FLAGS_MAXPERFORMANCE "${CMAKE_C_FLAGS_RELEASE} -DSTRIP_DEBUG_CODE")
     46
    4347# Add a "DebianPackage" build type used when creating the Debian packages
    4448SET(CMAKE_C_FLAGS_DEBIANPACKAGE "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
Note: See TracChangeset for help on using the changeset viewer.