diff options
-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 |