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 3c2cbbb..3728a5b 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -59,3 +59,6 @@ ifeq ($(CONFIG_SELINUX),y) LDLIBS += -lselinux -lsepol endif #LDFLAGS += -nostdlib + +# Busybox is a stack-fatty so make sure we increase default size +FLTFLAGS += -s 20000 |