From 92ac33e923f112a5395e1fa0a52fc14786f80612 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 10 Aug 2015 13:54:19 +0200 Subject: Checked LeakFinder in MSVC2015, enabled support for it. --- src/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2103f3356..d0a5eb203 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 -- cgit v1.2.3