From 3dfa21abb0c03eb6415d3b1622a73e7e0d5ee113 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Nov 2002 03:11:58 +0000 Subject: Doh! Leave ldso debugging off by default.. --- extra/Configs/Config.in | 4 ++-- 1 file 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 -- cgit v1.2.3