diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 08:21:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 08:21:27 +0200 |
commit | 8a9d1f9217c644270092a32c07593820e364a307 (patch) | |
tree | 0db64d81e4e68316f07b69cf3a651658b500a6a6 /target/aarch64 | |
parent | 369991b0e024f4892b799e08dfbe0e00447bb8d1 (diff) |
aarch64: disable LD_DEBUG in uClibc-ng config
Diffstat (limited to 'target/aarch64')
-rw-r--r-- | target/aarch64/uclibc-ng.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/aarch64/uclibc-ng.config b/target/aarch64/uclibc-ng.config index 91f23e688..cf939adc7 100644 --- a/target/aarch64/uclibc-ng.config +++ b/target/aarch64/uclibc-ng.config @@ -248,7 +248,7 @@ UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set -SUPPORT_LD_DEBUG=y +# SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set # UCLIBC_HAS_BACKTRACE is not set |