diff options
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 226ed99fc3..bb7d15db7b 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -56,6 +56,8 @@ aux := set-freeres include ../Makeconfig +CPPFLAGS-memusagestat = -DNOT_IN_libc + # The Perl script to analyze the output of the mtrace functions. ifneq ($(PERL),no) install-bin-script = mtrace |