diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:43:45 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:43:45 +0000 |
commit | 931de892cc1c07ba3ce728cce3e4a64fe59c8444 (patch) | |
tree | d9a2eb0a78971f0556ea28538e1705b203e107ad /Makefile.flags | |
parent | a80b4a0fa74e7a19881790943d4f58de0411fa58 (diff) | |
download | busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.tar.gz busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.tar.bz2 busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.zip |
random shrinkage of statics, -60 bytes saved
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags index e73cf9d31..b54679047 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -79,6 +79,6 @@ SKIP_STRIP = y | |||
79 | endif | 79 | endif |
80 | 80 | ||
81 | # Busybox is a stack-fatty so make sure we increase default size | 81 | # Busybox is a stack-fatty so make sure we increase default size |
82 | # TODO: use "make stksizes" to find & fix big stack users; should | 82 | # TODO: use "make stksizes" to find & fix big stack users |
83 | # just steal scripts/checkstack.pl from the kernel ... | 83 | # (we stole scripts/checkstack.pl from the kernel... thanks guys!) |
84 | FLTFLAGS += -s 20000 | 84 | FLTFLAGS += -s 20000 |