[toolchain] add menuconfig item to enable uClibc debug builds
[openwrt/svn-archive/archive.git] / toolchain / uClibc / Config.in
index e7f016a4c5b2c5b74412de82add23175b518fcd8..82e978a1299c4033065e63515409b25bbb249790 100644 (file)
@@ -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