commit | c70240cc1d80a9fdf468258f06af315c16d75168 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Mar 10 23:20:48 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Mar 10 23:20:48 2006 +0000 |
tree | a8a958f094706e385189bd35c9362353945aaa2b | |
parent | 72d59dbd768f92ad3ce4723b30b490dbe29fbaba [diff] [blame] |
add a sep option for stripping
diff --git a/Config.in b/Config.in index f8a0399..6c9e0c5 100644 --- a/Config.in +++ b/Config.in
@@ -318,6 +318,13 @@ endchoice +config CONFIG_STRIP_BINARIES + bool "Strip busybox objects" + default y if !CONFIG_DEBUG + default n if CONFIG_DEBUG + help + Whether or not we strip the busybox binary and such. + config CONFIG_DEBUG_YANK_SUSv2 bool "Disable obsolete features removed before SUSv3?" default y