]> Zhao Yanbai Git Server - minix.git/commitdiff
libc: malloc: don't enable SLOWDEBUG by default
authorBen Gras <ben@minix3.org>
Mon, 3 May 2010 22:54:51 +0000 (22:54 +0000)
committerBen Gras <ben@minix3.org>
Mon, 3 May 2010 22:54:51 +0000 (22:54 +0000)
lib/libc/ansi/malloc.c

index 2c53dcbaabcaa537644c07320cea546b7b87829d..d6990fef830009b186967c96081cd92d25b6939c 100644 (file)
@@ -2,7 +2,7 @@
 
 /* replace undef by define */
 #define         DEBUG          /* check assertions */
-#define         SLOWDEBUG      /* some extra test loops (requires DEBUG) */
+#undef  SLOWDEBUG      /* some extra test loops (requires DEBUG) */
 
 #ifndef DEBUG
 #define NDEBUG