From c70240cc1d80a9fdf468258f06af315c16d75168 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 10 Mar 2006 23:20:48 +0000 Subject: add a sep option for stripping --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index f8a039915..6c9e0c5de 100644 --- a/Config.in +++ b/Config.in @@ -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 -- cgit v1.2.3