Changeset 5964
- Timestamp:
- Oct 19, 2009, 11:29:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigMSVC.cmake
r5963 r5964 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/projects72 # Our precompiled headers should not be larger than 50MB anyway73 # because otherwise they get rendered useless due to too many file fragments74 REMOVE_COMPILER_FLAGS("-Zm1000" CACHE)75 70 76 71 # Overwrite CMake default flags here.
Note: See TracChangeset
for help on using the changeset viewer.