diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-12 20:23:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-12 20:23:03 +0000 |
commit | bd8390a872ae42751ff441180017b2d3c76dbe03 (patch) | |
tree | b17dd9976205b20247b3d5787ff49b41848b7361 /Config.in | |
parent | fdddab0c61c55c25d4218d4370e2b16a7936a794 (diff) | |
download | busybox-w32-bd8390a872ae42751ff441180017b2d3c76dbe03.tar.gz busybox-w32-bd8390a872ae42751ff441180017b2d3c76dbe03.tar.bz2 busybox-w32-bd8390a872ae42751ff441180017b2d3c76dbe03.zip |
Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -396,6 +396,17 @@ config DEBUG | |||
396 | 396 | ||
397 | Most people should answer N. | 397 | Most people should answer N. |
398 | 398 | ||
399 | config DEBUG_PESSIMIZE | ||
400 | bool "Disable compiler optimizations." | ||
401 | default n | ||
402 | depends on DEBUG | ||
403 | help | ||
404 | The compiler's optimization of source code can eliminate and reorder | ||
405 | code, resulting in an executable that's hard to understand when | ||
406 | stepping through it with a debugger. This switches it off, resulting | ||
407 | in a much bigger executable that more closely matches the source | ||
408 | code. | ||
409 | |||
399 | config WERROR | 410 | config WERROR |
400 | bool "Abort compilation on any warning" | 411 | bool "Abort compilation on any warning" |
401 | default n | 412 | default n |
@@ -404,18 +415,6 @@ config WERROR | |||
404 | 415 | ||
405 | Most people should answer N. | 416 | Most people should answer N. |
406 | 417 | ||
407 | # Seems to be unused | ||
408 | #config DEBUG_PESSIMIZE | ||
409 | # bool "Disable compiler optimizations." | ||
410 | # default n | ||
411 | # depends on DEBUG | ||
412 | # help | ||
413 | # The compiler's optimization of source code can eliminate and reorder | ||
414 | # code, resulting in an executable that's hard to understand when | ||
415 | # stepping through it with a debugger. This switches it off, resulting | ||
416 | # in a much bigger executable that more closely matches the source | ||
417 | # code. | ||
418 | |||
419 | choice | 418 | choice |
420 | prompt "Additional debugging library" | 419 | prompt "Additional debugging library" |
421 | default NO_DEBUG_LIB | 420 | default NO_DEBUG_LIB |