aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-06-30 21:13:06 +0100
committerRon Yorston <rmy@pobox.com>2014-06-30 21:13:06 +0100
commit099e8b6438345baae560a629d548af07a8c3125c (patch)
tree71b5600b22b0019af675e4a991394ce32c8207c5 /Config.in
parente19594cc6e49e78fa50a654f15cf9a04e77d054a (diff)
parent184b2669175e562d58894e22f6320cebf3316c25 (diff)
downloadbusybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.gz
busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.bz2
busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index dd4f6e86d..61e4088bf 100644
--- a/Config.in
+++ b/Config.in
@@ -700,6 +700,14 @@ config DEBUG_PESSIMIZE
700 in a much bigger executable that more closely matches the source 700 in a much bigger executable that more closely matches the source
701 code. 701 code.
702 702
703config UNIT_TEST
704 bool "Build unit tests"
705 default n
706 help
707 Say Y here if you want to build unit tests (both the framework and
708 test cases) as a Busybox applet. This results in bigger code, so you
709 probably don't want this option in production builds.
710
703config WERROR 711config WERROR
704 bool "Abort compilation on any warning" 712 bool "Abort compilation on any warning"
705 default n 713 default n