Set DO_DEBUG=0

This commit is contained in:
Brian Paul
2006-11-03 19:55:01 +00:00
parent 3c1ce571ed
commit 33748aaad8
+1 -1
View File
@@ -354,7 +354,7 @@ __memcpy(void *to, const void *from, size_t n)
/* ================================================================
* Debugging:
*/
#define DO_DEBUG 1
#define DO_DEBUG 0
#if DO_DEBUG
extern int INTEL_DEBUG;
#else