summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-08 18:48:01 +0000
committerMark Spencer <markster@digium.com>2005-02-08 18:48:01 +0000
commit89131204fd211e88c2607f2b47dd4d50002d4e2a (patch)
tree8ff25581aa24db4702979aa7b71100c03d1a0373 /Makefile
parent4b485062eed5ea806aeb7a1f08152a05fcf18a65 (diff)
Minor deadlock detect fix (bug #3531)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4986 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 484c1386e..d4362e1d4 100755
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ DEBUG=-g #-pg
#OPTIONS += -DLOW_MEMORY
# Optional debugging parameters
-DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH
+DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH #-DDETECT_DEADLOCKS
# Uncomment next one to enable ast_frame tracing (for debugging)
TRACE_FRAMES = #-DTRACE_FRAMES