aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-02-22 10:00:45 +0000
committerRon Yorston <rmy@pobox.com>2016-02-22 10:00:45 +0000
commit371c20c008254a36e7157df6c13dc2e4cf87d6fd (patch)
treea214c03f6617dffa60df2192b312a46c93b7c19f /Config.in
parentab879a41ab674129ef1593cda181cc8b64d0dadf (diff)
parent3a5cc989025eefe03fda0552b253a4a8f015a761 (diff)
downloadbusybox-w32-371c20c008254a36e7157df6c13dc2e4cf87d6fd.tar.gz
busybox-w32-371c20c008254a36e7157df6c13dc2e4cf87d6fd.tar.bz2
busybox-w32-371c20c008254a36e7157df6c13dc2e4cf87d6fd.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 36ca6447d..a504c745e 100644
--- a/Config.in
+++ b/Config.in
@@ -724,6 +724,16 @@ config DEBUG_PESSIMIZE
724 in a much bigger executable that more closely matches the source 724 in a much bigger executable that more closely matches the source
725 code. 725 code.
726 726
727config DEBUG_SANITIZE
728 bool "Enable runtime sanitizers (ASAN/LSAN/USAN/etc...)"
729 default n
730 help
731 Say Y here if you want to enable runtime sanitizers. These help
732 catch bad memory accesses (e.g. buffer overflows), but will make
733 the executable larger and slow down runtime a bit.
734
735 If you aren't developing/testing busybox, say N here.
736
727config UNIT_TEST 737config UNIT_TEST
728 bool "Build unit tests" 738 bool "Build unit tests"
729 default n 739 default n