modified it so ghost debugging is not done by default but you can

renable it with configure --enable-debug

Kent
This commit is contained in:
2003-04-29 19:15:22 +00:00
parent 9cf4ec81cc
commit f740a2a67c

View File

@@ -42,10 +42,6 @@
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#define GHOST_DEBUG
#endif // _DEBUG
#else // WIN32
#ifndef NDEBUG
#define GHOST_DEBUG
#endif // DEBUG
#endif // WIN32
#ifdef GHOST_DEBUG