1
0

Checked LeakFinder in MSVC2015, enabled support for it.

This commit is contained in:
Mattes D
2015-08-10 13:54:19 +02:00
parent db09c733ea
commit 92ac33e923
2 changed files with 7 additions and 6 deletions

View File

@@ -48,9 +48,10 @@ bool cRoot::m_RunAsService = false;
/** If defined, a thorough leak finder will be used (debug MSVC only); leaks will be output to the Output window */
// _X 2014_02_20: Disabled for canon repo, it makes the debug version too slow in MSVC2013
// and we haven't had a memory leak for over a year anyway.
/** If defined, a thorough leak finder will be used (debug MSVC only); leaks will be output to the Output window
_X 2014_02_20: Disabled for canon repo, it makes the debug version too slow in MSVC2013
and we haven't had a memory leak for over a year anyway.
Synchronize this with Server.cpp to enable the "dumpmem" console command. */
// #define ENABLE_LEAK_FINDER