diff options
author | Denis Vlasenko | 2007-06-21 12:43:45 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-21 12:43:45 +0000 |
commit | 931de892cc1c07ba3ce728cce3e4a64fe59c8444 (patch) | |
tree | d9a2eb0a78971f0556ea28538e1705b203e107ad /Makefile.flags | |
parent | a80b4a0fa74e7a19881790943d4f58de0411fa58 (diff) | |
download | busybox-931de892cc1c07ba3ce728cce3e4a64fe59c8444.zip busybox-931de892cc1c07ba3ce728cce3e4a64fe59c8444.tar.gz |
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 e73cf9d..b546790 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -79,6 +79,6 @@ SKIP_STRIP = y endif # Busybox is a stack-fatty so make sure we increase default size -# TODO: use "make stksizes" to find & fix big stack users; should -# just steal scripts/checkstack.pl from the kernel ... +# TODO: use "make stksizes" to find & fix big stack users +# (we stole scripts/checkstack.pl from the kernel... thanks guys!) FLTFLAGS += -s 20000 |