Changeset 8277 for code/branches/kicklib/cmake
- Timestamp:
- Apr 20, 2011, 8:49:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/CompilerConfigMSVC.cmake
r8071 r8277 68 68 # Note: It hasn't been checked yet whether we have code that might break 69 69 #ADD_COMPILER_FLAGS("-fp:fast" CACHE) 70 71 # No iterator checking for release builds (MSVC 8 dosn't understand this though)72 ADD_COMPILER_FLAGS("-D_SECURE_SCL=0" ReleaseAll CACHE)73 70 74 71 # Newer MSVC versions come with std::shared_ptr which conflicts with
Note: See TracChangeset
for help on using the changeset viewer.