Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2011, 7:51:57 PM (13 years ago)
Author:
rgrieder
Message:

MSVC: use the user's vld.ini file for the Visual Leak Detector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/CMakeLists.txt

    r8417 r8420  
    6565      REMOVE_LINKER_FLAGS("-INCREMENTAL:YES" Debug)
    6666      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!")
    6771    ENDIF()
    6872  ENDIF()
Note: See TracChangeset for help on using the changeset viewer.