]> Git Repo - uclibc-ng.git/commitdiff
Disable debug stuff by default
authorEric Andersen <[email protected]>
Tue, 16 Jul 2002 12:27:00 +0000 (12:27 -0000)
committerEric Andersen <[email protected]>
Tue, 16 Jul 2002 12:27:00 +0000 (12:27 -0000)
libc/stdlib/malloc-simple/Makefile

index 35e53515d3aa5ac28b50e8225edc6854647e2047..f8fe3520d7f7e6eea07f9b2cabaaf8a258c0972e 100644 (file)
@@ -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)
 
 
This page took 0.027781 seconds and 4 git commands to generate.