aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-06 14:49:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-06 14:49:34 +0000
commitbdb06848ba206bd0ce268049d40a12e7b933a385 (patch)
tree2e2db26325fbadd6ee25df9062d5de98d1c36f88 /Makefile
parent2364351027e0e3f1eded7702f887a4910944b654 (diff)
Turn off memory debugging by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@967 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39f965dac..a2b20785f 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