diff options
author | Ron Yorston <rmy@pobox.com> | 2016-02-22 10:00:45 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-02-22 10:00:45 +0000 |
commit | 371c20c008254a36e7157df6c13dc2e4cf87d6fd (patch) | |
tree | a214c03f6617dffa60df2192b312a46c93b7c19f /Config.in | |
parent | ab879a41ab674129ef1593cda181cc8b64d0dadf (diff) | |
parent | 3a5cc989025eefe03fda0552b253a4a8f015a761 (diff) | |
download | busybox-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.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 | ||
727 | config 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 | |||
727 | config UNIT_TEST | 737 | config UNIT_TEST |
728 | bool "Build unit tests" | 738 | bool "Build unit tests" |
729 | default n | 739 | default n |