]> Git Repo - uclibc-ng.git/commitdiff
We don't need the debug versions
authorEric Andersen <[email protected]>
Tue, 16 Jul 2002 12:34:42 +0000 (12:34 -0000)
committerEric Andersen <[email protected]>
Tue, 16 Jul 2002 12:34:42 +0000 (12:34 -0000)
libc/stdlib/malloc/Makefile

index 2454a8a2bb2f99840a8edb285a8677da2a9692b8..64aad319a32b7af1701f68fcf3a8560471643e9b 100644 (file)
@@ -24,8 +24,8 @@
 TOPDIR=../../../
 include $(TOPDIR)Rules.mak
 
-MSRC=alloc.c
-MOBJ=malloc_dbg.o free_dbg.o calloc_dbg.o realloc_dbg.o
+#MSRC=alloc.c
+#MOBJ=malloc_dbg.o free_dbg.o calloc_dbg.o realloc_dbg.o
 
 MSRC1=malloc.c
 MOBJ1=_avl_support.o _free_support.o _malloc_init.o _realloc_no_move.o calloc.o \
This page took 0.027426 seconds and 4 git commands to generate.