summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-16 12:27:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-16 12:27:00 +0000
commita6954754b3d367bd6fa7842040c53c5c2287f408 (patch)
tree690b4ebc7c8c13ff431046bbce41d2b7aa5f6a5e /libc/stdlib/malloc-simple
parent6734179425e967d3d5ca759fa7deaa730de5353c (diff)
Disable debug stuff by default
Diffstat (limited to 'libc/stdlib/malloc-simple')
-rw-r--r--libc/stdlib/malloc-simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile
index 35e53515d..f8fe3520d 100644
--- a/libc/stdlib/malloc-simple/Makefile
+++ b/libc/stdlib/malloc-simple/Makefile
@@ -25,7 +25,7 @@ TOPDIR=../../../
include $(TOPDIR)Rules.mak
MSRC=alloc.c
-MOBJ=malloc.o realloc.o free.o calloc.o malloc_dbg.o free_dbg.o calloc_dbg.o
+MOBJ=malloc.o realloc.o free.o calloc.o #malloc_dbg.o free_dbg.o calloc_dbg.o
OBJS=$(MOBJ)