From: Ben Gras Date: Mon, 3 May 2010 22:54:51 +0000 (+0000) Subject: libc: malloc: don't enable SLOWDEBUG by default X-Git-Tag: v3.1.7~88 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ca86603cd6a0037b7b9326a85710d1c3667d3d0a;p=minix.git libc: malloc: don't enable SLOWDEBUG by default --- diff --git a/lib/libc/ansi/malloc.c b/lib/libc/ansi/malloc.c index 2c53dcbaa..d6990fef8 100644 --- a/lib/libc/ansi/malloc.c +++ b/lib/libc/ansi/malloc.c @@ -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