From f740a2a67cafb65114d20844411797a93966a52e Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 29 Apr 2003 19:15:22 +0000 Subject: [PATCH] modified it so ghost debugging is not done by default but you can renable it with configure --enable-debug Kent --- intern/ghost/intern/GHOST_Debug.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index ceb29b92df3..5a56c8ef6ea 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -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