Changeset 6105 for code/trunk/cmake
- Timestamp:
- Nov 20, 2009, 4:55:40 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/console (added) merged: 5941,5945,5968-5975,5983,5985-5986,5991-5992,5994-5996,5998,6000,6004-6007,6010-6017,6034,6037,6041,6043-6044,6089,6103-6104
- Property svn:mergeinfo changed
-
code/trunk/cmake/CompilerConfigMSVC.cmake
r5964 r6105 149 149 # Use Link time code generation for Release config if ORXONOX_RELEASE is defined 150 150 IF(ORXONOX_RELEASE) 151 REMOVE_COMPILER_FLAGS("-INCREMENTAL:YES" ReleaseAll CACHE) 151 152 ADD_LINKER_FLAGS("-LTCG" ReleaseAll CACHE) 152 153 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.