diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-16 12:27:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-16 12:27:00 +0000 |
commit | a6954754b3d367bd6fa7842040c53c5c2287f408 (patch) | |
tree | 690b4ebc7c8c13ff431046bbce41d2b7aa5f6a5e /libc/stdlib/malloc-simple | |
parent | 6734179425e967d3d5ca759fa7deaa730de5353c (diff) |
Disable debug stuff by default
Diffstat (limited to 'libc/stdlib/malloc-simple')
-rw-r--r-- | libc/stdlib/malloc-simple/Makefile | 2 |
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) |