From: Mark Spencer Date: Tue, 6 May 2003 14:49:34 +0000 (+0000) Subject: Turn off memory debugging by default X-Git-Tag: 0.5.0~529 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73c22d0d50675c09ec2a2f27073c7539eb670a1b;p=thirdparty%2Fasterisk.git Turn off memory debugging by default git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@967 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 39f965daca..a2b20785f9 100755 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ TRACE_FRAMES = #-DTRACE_FRAMES # *CLI> show memory allocations [filename] # *CLI> show memory summary [filename] # -MALLOC_DEBUG = -include $(PWD)/include/asterisk/astmm.h +MALLOC_DEBUG = #-include $(PWD)/include/asterisk/astmm.h # Where to install asterisk after compiling # Default -> leave empty