diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 03:22:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 03:22:57 +0000 |
commit | 94ec85b35f2ad583235131c66e15a6ec8e96c78d (patch) | |
tree | c0d96651e5fa24194f1a88eca61124b27dacb83f /extra/Configs | |
parent | 8184fdbab8050c60ee14c58a78342c53de19f4f8 (diff) |
Leave ldso debugging off by default
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.arm.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.arm.default b/extra/Configs/Config.arm.default index 24578ce0d..0858dd557 100644 --- a/extra/Configs/Config.arm.default +++ b/extra/Configs/Config.arm.default @@ -59,5 +59,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 |