diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 18:10:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 18:10:17 -0400 |
commit | 22a89187139a9083ca73989bfd11597e0f85cb61 (patch) | |
tree | b4aed5fc659f72e14dc14dc68d68c8de4895893f /malloc/Makefile | |
parent | d063d164335938d557460bebaa7cfe388157b627 (diff) | |
download | glibc-22a89187139a9083ca73989bfd11597e0f85cb61.tar.gz glibc-22a89187139a9083ca73989bfd11597e0f85cb61.tar.xz glibc-22a89187139a9083ca73989bfd11597e0f85cb61.zip |
Simplify malloc code
Remove all kinds of unused configuration options and dead code.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 39be7c3e24..b5f8d30159 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -125,7 +125,7 @@ endif tst-mcheck-ENV = MALLOC_CHECK_=3 -CPPFLAGS-malloc.c += -DPER_THREAD -DATOMIC_FASTBINS +CPPFLAGS-malloc.c += -DPER_THREAD # Uncomment this for test releases. For public releases it is too expensive. #CPPFLAGS-malloc.o += -DMALLOC_DEBUG=1 |