diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-01 09:31:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-01 09:31:32 +0000 |
commit | 241bb0b24c0336a7cb203fd25b2c65f3a6fe6901 (patch) | |
tree | ae935803d8dcb04a8cf9497e8e3f18fa2a670d5b /packages/uclibc/uclibc-0.9.29 | |
parent | 14bc8385bdb673e3dd0bac4f7124e2f8cf37a4c8 (diff) |
uclibc: tweak debug opts
Diffstat (limited to 'packages/uclibc/uclibc-0.9.29')
-rw-r--r-- | packages/uclibc/uclibc-0.9.29/uClibc.distro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/uclibc/uclibc-0.9.29/uClibc.distro b/packages/uclibc/uclibc-0.9.29/uClibc.distro index af02b0683c..6a43c28304 100644 --- a/packages/uclibc/uclibc-0.9.29/uClibc.distro +++ b/packages/uclibc/uclibc-0.9.29/uClibc.distro @@ -130,11 +130,11 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set -# DODEBUG_PT is not set +DODEBUG=y +DODEBUG_PT=y DOSTRIP=n # DOASSERTS is not set -# SUPPORT_LD_DEBUG is not set +SUPPORT_LD_DEBUG=y # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set WARNINGS="-Wall" |