diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-10 23:20:48 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-10 23:20:48 +0000 |
commit | 50b000f0dcd01a4b692d658ecc9207d407eadd03 (patch) | |
tree | a8a958f094706e385189bd35c9362353945aaa2b /Config.in | |
parent | a9db6001eedf2a2eb2f0026b1ab1834b279ad009 (diff) | |
download | busybox-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.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 |