diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 16:53:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 16:53:01 -0400 |
commit | 9113ea1f3f29b3aee710efc829e85a9772bcb836 (patch) | |
tree | fd192779f06f7298809315bc7e1db4398633fa75 /malloc/Makefile | |
parent | a4172181585cec75422786d905c6e03ddfa7cd20 (diff) | |
download | glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar.gz |
Remove the --experimental-malloc option
It's well tested, make it the default.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index e7ec1abf93..39be7c3e24 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 +# Copyright (C) 1991-1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2011 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -125,9 +125,7 @@ endif tst-mcheck-ENV = MALLOC_CHECK_=3 -ifeq ($(experimental-malloc),yes) CPPFLAGS-malloc.c += -DPER_THREAD -DATOMIC_FASTBINS -endif # Uncomment this for test releases. For public releases it is too expensive. #CPPFLAGS-malloc.o += -DMALLOC_DEBUG=1 |