aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-10 23:20:48 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-10 23:20:48 +0000
commit50b000f0dcd01a4b692d658ecc9207d407eadd03 (patch)
treea8a958f094706e385189bd35c9362353945aaa2b /Config.in
parenta9db6001eedf2a2eb2f0026b1ab1834b279ad009 (diff)
downloadbusybox-w32-50b000f0dcd01a4b692d658ecc9207d407eadd03.tar.gz
busybox-w32-50b000f0dcd01a4b692d658ecc9207d407eadd03.tar.bz2
busybox-w32-50b000f0dcd01a4b692d658ecc9207d407eadd03.zip
add a sep option for stripping
git-svn-id: svn://busybox.net/trunk/busybox@14517 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
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
318 318
319endchoice 319endchoice
320 320
321config 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
321config CONFIG_DEBUG_YANK_SUSv2 328config 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