Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10286


Ignore:
Timestamp:
Feb 28, 2015, 6:14:55 PM (9 years ago)
Author:
landauf
Message:

trying to fix msvc linker warnings related to /INCREMENTAL:YES

File:
1 edited

Legend:

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

    r8729 r10286  
    136136
    137137# Incremental linking speeds up development builds
    138 ADD_LINKER_FLAGS("-INCREMENTAL:YES" Debug   RelForDevs                CACHE)
    139 ADD_LINKER_FLAGS("-INCREMENTAL:NO"  Release RelWithDebInfo MinSizeRel CACHE)
     138ADD_LINKER_FLAGS("-INCREMENTAL"    Debug   RelForDevs                CACHE)
     139ADD_LINKER_FLAGS("-INCREMENTAL:NO" Release RelWithDebInfo MinSizeRel CACHE)
    140140
    141141# Eliminate unreferenced data
Note: See TracChangeset for help on using the changeset viewer.