Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-04-29 23:15:22 +0400
committerKent Mein <mein@cs.umn.edu>2003-04-29 23:15:22 +0400
commitf740a2a67cafb65114d20844411797a93966a52e (patch)
tree4658e92ec1bbd394667093d96e8c06dfde52c7b8 /intern
parent9cf4ec81ccd7cf3010cb41f6251eab8243e4d649 (diff)
modified it so ghost debugging is not done by default but you can
renable it with configure --enable-debug Kent
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_Debug.h4
1 files changed, 0 insertions, 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