aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-05 21:10:59 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-05 21:10:59 +0000
commit9eb104cd06ba4d7c2b80e7637a275282579e05f8 (patch)
tree250ae8a01ea72fdafa29d38523f931f46fa2af85 /Makefile.flags
parent2fd364ce8fff4f6f1da73abd00b4ffb53bb2e4b9 (diff)
downloadbusybox-w32-9eb104cd06ba4d7c2b80e7637a275282579e05f8.tar.gz
busybox-w32-9eb104cd06ba4d7c2b80e7637a275282579e05f8.tar.bz2
busybox-w32-9eb104cd06ba4d7c2b80e7637a275282579e05f8.zip
set default FLTFLAGS for a fatty stack
git-svn-id: svn://busybox.net/trunk/busybox@18339 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index e4cdc459e..988d6e708 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -68,3 +68,6 @@ LDLIBS += -ldmalloc
68endif 68endif
69 69
70#LDFLAGS += -nostdlib 70#LDFLAGS += -nostdlib
71
72# Busybox is a stack-fatty so make sure we increase default size
73FLTFLAGS += -s 20000