summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-12 14:34:15 +0000
committerMark Spencer <markster@digium.com>2004-06-12 14:34:15 +0000
commita3355d9fe2802e19d867043397b371ade29134be (patch)
treef44e9b04b8c1ffabd982d1cc5e6972e609fe14b3 /Makefile
parentc359ec8f5c1b0ae68729c95bd0e691f7f2219c60 (diff)
Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19f28da54..0e654157d 100755
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,10 @@ DEBUG=-g #-pg
# will be received more reliably
#OPTIONS += -DRADIO_RELAX
+# If you don't have a lot of memory (e.g. embedded Asterisk), uncomment the
+# following to reduce the size of certain static buffers
+#OPTIONS += -DLOW_MEMORY
+
# Optional debugging parameters
DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH