diff options
author | Rob Landley <rob@landley.net> | 2006-03-22 21:03:21 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-03-22 21:03:21 +0000 |
commit | ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 (patch) | |
tree | db38aeab9aba29603451c672ca66c5b3c820aa8e /Config.in | |
parent | 2dd42799594c6197ca97ca3ec65ec73c81af0875 (diff) | |
download | busybox-w32-ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0.tar.gz busybox-w32-ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0.tar.bz2 busybox-w32-ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0.zip |
We make both busybox and busybox_unstripped all the time now, no need to
specify whether or not to strip the binary.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -326,13 +326,6 @@ config CONFIG_EFENCE | |||
326 | 326 | ||
327 | endchoice | 327 | endchoice |
328 | 328 | ||
329 | config CONFIG_STRIP_BINARIES | ||
330 | bool "Strip busybox objects" | ||
331 | default y if !CONFIG_DEBUG | ||
332 | default n if CONFIG_DEBUG | ||
333 | help | ||
334 | Whether or not we strip the busybox binary and such. | ||
335 | |||
336 | config CONFIG_DEBUG_YANK_SUSv2 | 329 | config CONFIG_DEBUG_YANK_SUSv2 |
337 | bool "Disable obsolete features removed before SUSv3?" | 330 | bool "Disable obsolete features removed before SUSv3?" |
338 | default y | 331 | default y |