diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-25 19:27:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-25 19:27:54 +0000 |
commit | 24b495c61968cc2162d36ed36991f5cd78d49f7b (patch) | |
tree | 475b6b9e8353a0af3646f450e190498ca8cfda06 /toolchain/uClibc/Config.in | |
parent | 8b22b8e61f0de9eae46a9cedc6e2d0b02092ed4d (diff) | |
download | upstream-24b495c61968cc2162d36ed36991f5cd78d49f7b.tar.gz upstream-24b495c61968cc2162d36ed36991f5cd78d49f7b.tar.bz2 upstream-24b495c61968cc2162d36ed36991f5cd78d49f7b.zip |
add menuconfig item to enable uClibc debug builds
SVN-Revision: 19860
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index e7f016a4c5..82e978a129 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -18,3 +18,11 @@ choice depends BROKEN endchoice + + +# Debug version. + +config UCLIBC_ENABLE_DEBUG + bool "Build with debug information" + depends on TOOLCHAINOPTS && USE_UCLIBC + default n |