Changeset 8420
- Timestamp:
- May 8, 2011, 7:51:57 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/bin/CMakeLists.txt
r8351 r8420 32 32 LIST(APPEND RUN_SCRIPTS ${_script}.bat) 33 33 ENDFOREACH(_script) 34 ENDIF()35 # Also copy vld.ini (visual leak detector config) for MSVC36 IF(MSVC)37 LIST(APPEND RUN_SCRIPTS vld.ini)38 34 ENDIF() 39 35 -
code/trunk/src/CMakeLists.txt
r8417 r8420 65 65 REMOVE_LINKER_FLAGS("-INCREMENTAL:YES" Debug) 66 66 ADD_LINKER_FLAGS ("-INCREMENTAL:NO" Debug) 67 ENDIF() 68 IF(NOT DISABLE_COMPILATIONS) 69 # Compilations seem to generate 'memory leaks' with static variables 70 MESSAGE("Warning: You should disable Compilations when using VLD!") 67 71 ENDIF() 68 72 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.