aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-01-04 13:33:36 -0800
committerElliott Hughes <enh@google.com>2016-01-15 16:58:53 -0800
commit633ae508d9d895ae3a5ba46fb195d8449732949b (patch)
tree3df7399f8f29a4c976694d931b5d76666e3dfdbf /.config
parentb7ab12c4835a7cd8e054a088b1e2c1db4aca6b6f (diff)
downloadtoybox-633ae508d9d895ae3a5ba46fb195d8449732949b.tar.gz
Turn on CFG_TOYBOX_DEBUG for valgrind.
https://github.com/landley/toybox/commit/047bcb8e7d37847b96dbf621ea22ff00e9541d32 only made ls valgrind-clean if CFG_TOYBOX_DEBUG is defined. So let's define that. The only other stuff this turns on is various bits of error checking that it doesn't seem unreasonable to run with. If this becomes a problem in future, we can lobby to have CFG_TOYBOX_VALGRIND_CLEAN broken out of CFG_TOYBOX_DEBUG. Change-Id: I8f89459d50f0fc976b225f1bfa01f55ac85de4b5
Diffstat (limited to '.config')
-rw-r--r--.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config b/.config
index 2cef7fd9..f849637c 100644
--- a/.config
+++ b/.config
@@ -327,7 +327,7 @@ CONFIG_TOYBOX_HELP_DASHDASH=y
CONFIG_TOYBOX_I18N=y
# CONFIG_TOYBOX_FREE is not set
# CONFIG_TOYBOX_NORECURSE is not set
-# CONFIG_TOYBOX_DEBUG is not set
+CONFIG_TOYBOX_DEBUG=y
CONFIG_TOYBOX_UID_SYS=100
CONFIG_TOYBOX_UID_USR=500
# CONFIG_TOYBOX_MUSL_NOMMU_IS_BROKEN is not set