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:
@@ -42,10 +42,6 @@
|
|||||||
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
|
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
|
||||||
#define GHOST_DEBUG
|
#define GHOST_DEBUG
|
||||||
#endif // _DEBUG
|
#endif // _DEBUG
|
||||||
#else // WIN32
|
|
||||||
#ifndef NDEBUG
|
|
||||||
#define GHOST_DEBUG
|
|
||||||
#endif // DEBUG
|
|
||||||
#endif // WIN32
|
#endif // WIN32
|
||||||
|
|
||||||
#ifdef GHOST_DEBUG
|
#ifdef GHOST_DEBUG
|
||||||
|
Reference in New Issue
Block a user