summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-20 12:47:03 +0000
committerMark Spencer <markster@digium.com>2004-10-20 12:47:03 +0000
commita73fc9a283cede35ac0c2c9d36f4b544f7fc7836 (patch)
tree46970680761d823c623dc714b133f9ee68236e73 /Makefile
parent0a9fd1435bea717c94a94e678f1bfc2d4e16b01e (diff)
Disable mac lookup, fix compile on NetBSD (bug #2680)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4040 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 652afb37a..bd585033d 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