diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-07 15:10:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-07 15:10:57 +0000 |
commit | f41ee70bad880cdc96d088c433e3541637a51e71 (patch) | |
tree | a6f04063f95aa1f46ae439d0b5302a2b06639d2d /toolchain/uClibc/config-0.9.30.2/debug | |
parent | 0cc7ae67f3b96b954700353b1c215c6c40506b96 (diff) | |
download | upstream-f41ee70bad880cdc96d088c433e3541637a51e71.tar.gz upstream-f41ee70bad880cdc96d088c433e3541637a51e71.tar.bz2 upstream-f41ee70bad880cdc96d088c433e3541637a51e71.zip |
[toolchain] uClibc: enhance debug support (closes: #6118)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20031 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config-0.9.30.2/debug')
-rw-r--r-- | toolchain/uClibc/config-0.9.30.2/debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.30.2/debug b/toolchain/uClibc/config-0.9.30.2/debug new file mode 100644 index 0000000000..b366e66e39 --- /dev/null +++ b/toolchain/uClibc/config-0.9.30.2/debug @@ -0,0 +1,6 @@ +DODEBUG=y +DODEBUG_PT=y +PTHREADS_DEBUG_SUPPORT=y +SUPPORT_LD_DEBUG=y +SUPPORT_LD_DEBUG_EARLY=y +UCLIBC_MALLOC_DEBUGGING=y |