fix(userspace/libc): disable debug info in memory allocation functions

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-03 18:26:00 +00:00
parent 9105c63465
commit 68acf428a2
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -1,5 +1,9 @@
#include "liballoc_1_1.h" #include "liballoc_1_1.h"
/* comment these to print debug info */
#undef DEBUG
#undef INFO
/** Durand's Amazing Super Duper Memory functions. */ /** Durand's Amazing Super Duper Memory functions. */
#define VERSION "1.1" #define VERSION "1.1"