Changeset 8558 for code/branches/unity_build/src/CMakeLists.txt
- Timestamp:
- May 24, 2011, 4:15:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/CMakeLists.txt
r8420 r8558 66 66 ADD_LINKER_FLAGS ("-INCREMENTAL:NO" Debug) 67 67 ENDIF() 68 IF(NOT DISABLE_ COMPILATIONS)69 # Compilations seem to generate 'memory leaks' with static variables70 MESSAGE("Warning: You should disable Compilations when using VLD!")68 IF(NOT DISABLE_BUILD_UNITS) 69 # Build units seem to generate 'memory leaks' with static variables 70 MESSAGE("Warning: You should disable build units when using VLD!") 71 71 ENDIF() 72 72 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.