summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cca665d6..eb1c7a51d 100755
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,9 @@ ifeq (${OSARCH},OpenBSD)
CFLAGS+=-pthread
endif
+# Comment this out if you have trouble with Feature B signalling (rare)
+CFLAGS+=-DOLD_DSP_ROUTINES
+
CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
LIBEDIT=editline/libedit.a