aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 13:18:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 13:18:19 +0000
commita12bf7c701eb68930a312e5ac36b3445e5fcbc6c (patch)
tree1ab37af211acf1c8f0403e349e0e04d4b9254a85 /Makefile
parentc96fd097f90f1283e2ffdf99ed1e8bbf77b7df16 (diff)
Do not build with DEBUG_THREADS on by default!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4082 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 2c6b994e4..3410888dd 100755
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ DEBUG=-g #-pg
#OPTIONS += -DLOW_MEMORY
# Optional debugging parameters
-DEBUG_THREADS = -DDEBUG_THREADS #-DDO_CRASH
+DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH
# Uncomment next one to enable ast_frame tracing (for debugging)
TRACE_FRAMES = #-DTRACE_FRAMES