diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-10 23:20:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-10 23:20:48 +0000 |
commit | c70240cc1d80a9fdf468258f06af315c16d75168 (patch) | |
tree | a8a958f094706e385189bd35c9362353945aaa2b /Config.in | |
parent | 72d59dbd768f92ad3ce4723b30b490dbe29fbaba (diff) | |
download | busybox-w32-c70240cc1d80a9fdf468258f06af315c16d75168.tar.gz busybox-w32-c70240cc1d80a9fdf468258f06af315c16d75168.tar.bz2 busybox-w32-c70240cc1d80a9fdf468258f06af315c16d75168.zip |
add a sep option for stripping
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -318,6 +318,13 @@ config CONFIG_EFENCE | |||
318 | 318 | ||
319 | endchoice | 319 | endchoice |
320 | 320 | ||
321 | config CONFIG_STRIP_BINARIES | ||
322 | bool "Strip busybox objects" | ||
323 | default y if !CONFIG_DEBUG | ||
324 | default n if CONFIG_DEBUG | ||
325 | help | ||
326 | Whether or not we strip the busybox binary and such. | ||
327 | |||
321 | config CONFIG_DEBUG_YANK_SUSv2 | 328 | config CONFIG_DEBUG_YANK_SUSv2 |
322 | bool "Disable obsolete features removed before SUSv3?" | 329 | bool "Disable obsolete features removed before SUSv3?" |
323 | default y | 330 | default y |