aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-20 12:47:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-20 12:47:03 +0000
commit9f89895dfde4270a732cad84fd8ec9f4cbbeee86 (patch)
tree46970680761d823c623dc714b133f9ee68236e73 /Makefile
parent6e535c5a1a3f3a31f05de579de25ff0a002089e7 (diff)
Disable mac lookup, fix compile on NetBSD (bug #2680)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4040 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 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