Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2011, 3:09:28 AM (13 years ago)
Author:
rgrieder
Message:

Added CMake configuration type "RelForDevs", which replaces "RelWithDebInfo". That latter is now equivalent to "Release", but with symbols.
Also, I removed debug symbol generation for Release and MinSizeRel when compiling with MSVC.

The new configuration should be used as standard Release mode when developing. The other three release configurations are for actual installed binaries (and behave again as the name suggests).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/PackageConfigOSX.cmake

    r8351 r8368  
    9898    DIRECTORY ${DEP_BINARY_DIR}/
    9999    DESTINATION bin
    100     CONFIGURATIONS Release RelWithDebInfo MinSizeRel
     100    CONFIGURATIONS RelForDevs Release RelWithDebInfo MinSizeRel
    101101    REGEX "_[Dd]\\.[a-zA-Z0-9+-]+$|-mt-gd-|^.*\\.pdb$" EXCLUDE
    102102  )
Note: See TracChangeset for help on using the changeset viewer.