Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6535 for code/trunk/cmake


Ignore:
Timestamp:
Mar 16, 2010, 11:13:28 AM (14 years ago)
Author:
rgrieder
Message:

MSVC build config fix for incremental linking.

File:
1 edited

Legend:

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

    r6443 r6535  
    147147ADD_LINKER_FLAGS("-OPT:REF -OPT:ICF" Release MinSizeRel CACHE)
    148148ADD_LINKER_FLAGS("-OPT:NOWIN98" MSVC80 CACHE)
     149REMOVE_LINKER_FLAGS("-INCREMENTAL:NO"  RelWithDebInfo CACHE)
     150ADD_LINKER_FLAGS   ("-INCREMENTAL:YES" RelWithDebInfo CACHE)
    149151
    150152# Use Link time code generation for Release config if ORXONOX_RELEASE is defined
Note: See TracChangeset for help on using the changeset viewer.