Changeset 5963 for code/trunk/cmake/CompilerConfigMSVC.cmake
- Timestamp:
- Oct 18, 2009, 11:39:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigMSVC.cmake
r5929 r5963 68 68 ADD_COMPILER_FLAGS("-D__WIN32__ -D_WIN32" CACHE) 69 69 ADD_COMPILER_FLAGS("-D_CRT_SECURE_NO_WARNINGS" CACHE) 70 71 # We need this flag to hack-disable IntelliSense for certain files/projects 72 # Our precompiled headers should not be larger than 50MB anyway 73 # because otherwise they get rendered useless due to too many file fragments 74 REMOVE_COMPILER_FLAGS("-Zm1000" CACHE) 70 75 71 76 # Overwrite CMake default flags here.
Note: See TracChangeset
for help on using the changeset viewer.