diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 19:29:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 19:29:11 +0000 |
commit | 8022ef2ce5c9ed01f7d99d20f2805c224b7a8489 (patch) | |
tree | b81fcbe182f40ad8aded6659c383f577a0f22ed5 | |
parent | 2550c78528a98871060a6b60180cd5b8b95f2473 (diff) |
Disable ldso debugging. It should not be on by default.
-rw-r--r-- | extra/Configs/Config.i386.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.i386.default b/extra/Configs/Config.i386.default index ed118c95f..a8f4e9aa1 100644 --- a/extra/Configs/Config.i386.default +++ b/extra/Configs/Config.i386.default @@ -68,5 +68,5 @@ DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr" # # DODEBUG is not set # DOASSERTS is not set -SUPPORT_LD_DEBUG=y -SUPPORT_LD_DEBUG_EARLY=y +# SUPPORT_LD_DEBUG is not set +# SUPPORT_LD_DEBUG_EARLY is not set |