summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2015-08-10 21:12:06 +0200
committerworktycho <work.tycho@gmail.com>2015-08-10 21:12:06 +0200
commit63b65c19eff7c3d8cd8316f5653fef2c396a3af6 (patch)
treea0263761bcafd5d852c947ff1df91ed639b206d7 /src/main.cpp
parentMerge pull request #2421 from cuberite/StackWalkerWarningIgnore (diff)
parentChecked LeakFinder in MSVC2015, enabled support for it. (diff)
downloadcuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar.gz
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar.bz2
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar.lz
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar.xz
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.tar.zst
cuberite-63b65c19eff7c3d8cd8316f5653fef2c396a3af6.zip
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 4 insertions, 3 deletions
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