summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-08 03:11:58 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-08 03:11:58 +0000
commit3dfa21abb0c03eb6415d3b1622a73e7e0d5ee113 (patch)
tree50651da57f206dc1a7aeca7e925f5439a0eb567e /extra
parent5b8580b271675347d0289c01fc7b4478d90258ab (diff)
Doh! Leave ldso debugging off by default..
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 96c7e0e4b..348036a1b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -289,7 +289,7 @@ config DOASSERTS
config SUPPORT_LD_DEBUG
bool "Build the shared library loader with debugging support"
depends on BUILD_UCLIBC_LDSO
- default y
+ default n
help
Answer Y here to enable all the extra code needed to debug the uClibc
native shared library loader. The level of debugging noise that is
@@ -323,7 +323,7 @@ config SUPPORT_LD_DEBUG
config SUPPORT_LD_DEBUG_EARLY
bool "Build the shared library loader with early debugging support"
depends on BUILD_UCLIBC_LDSO
- default y
+ default n
help
Answer Y here to if you find the uClibc shared library loader is
crashing or otherwise not working very early on. This is typical