aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:39:51 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:39:51 +0000
commit725a579520cc8a6ef7b47f4174374222ff0452a2 (patch)
tree62cd760adfe2fe9d1b8f426c3007b0ecd27539d4 /Makefile
parent72fc19e07f3d31d21b2dd961270d4dfe2a4c4d53 (diff)
Oops, make good on my word :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5279 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 20d1bbb2a..86e4a4464 100755
--- a/Makefile
+++ b/Makefile
@@ -113,9 +113,9 @@ DEBUG=-g #-pg
# If you don't have a lot of memory (e.g. embedded Asterisk), define LOW_MEMORY
# to reduce the size of certain static buffers
-ifneq ($(CROSS_COMPILE),)
-OPTIONS += -DLOW_MEMORY
-endif
+#ifneq ($(CROSS_COMPILE),)
+#OPTIONS += -DLOW_MEMORY
+#endif
# Optional debugging parameters
DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH #-DDETECT_DEADLOCKS