libc: malloc: don't enable SLOWDEBUG by default
This commit is contained in:
parent
029e809780
commit
ca86603cd6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* replace undef by define */
|
/* replace undef by define */
|
||||||
#define DEBUG /* check assertions */
|
#define DEBUG /* check assertions */
|
||||||
#define SLOWDEBUG /* some extra test loops (requires DEBUG) */
|
#undef SLOWDEBUG /* some extra test loops (requires DEBUG) */
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user