diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index fbfada2e58..6df6f16674 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -48,8 +48,6 @@ extra-objs = mcheck-init.o libmcheck.a # Include the cleanup handler. aux := set-freeres thread-freeres -CPPFLAGS-memusagestat = -DNOT_IN_libc - # The Perl script to analyze the output of the mtrace functions. ifneq ($(PERL),no) install-bin-script = mtrace |