diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
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 endif #LDFLAGS += -nostdlib + +# Busybox is a stack-fatty so make sure we increase default size +FLTFLAGS += -s 20000 |