add a sep option for stripping

This commit is contained in:
Mike Frysinger
2006-03-10 23:20:48 +00:00
parent 72d59dbd76
commit c70240cc1d
2 changed files with 11 additions and 1 deletions

View File

@@ -318,6 +318,13 @@ config CONFIG_EFENCE
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