diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index 988d6e708..322e43792 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -70,4 +70,5 @@ endif | |||
70 | #LDFLAGS += -nostdlib | 70 | #LDFLAGS += -nostdlib |
71 | 71 | ||
72 | # Busybox is a stack-fatty so make sure we increase default size | 72 | # Busybox is a stack-fatty so make sure we increase default size |
73 | # (TODO: use "make stksizes" to find & fix big stack users) | ||
73 | FLTFLAGS += -s 20000 | 74 | FLTFLAGS += -s 20000 |