summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-24 13:18:19 +0000
committerMark Spencer <markster@digium.com>2004-10-24 13:18:19 +0000
commit73558b74928422af0c57817e718790e3ff8e8d9f (patch)
tree1ab37af211acf1c8f0403e349e0e04d4b9254a85 /Makefile
parentd687e019e5373317c642ec5156412326af03925c (diff)
Do not build with DEBUG_THREADS on by default!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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