aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-12 14:34:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-12 14:34:15 +0000
commit8ff8c3ad06efc886ed39946b2d740dd190cec0a3 (patch)
treef44e9b04b8c1ffabd982d1cc5e6972e609fe14b3 /Makefile
parent955693cedb3c4749783ff28783aedaa12bb74f61 (diff)
Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3193 f38db490-d61c-443f-a65b-d21fe96a405b
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