diff options
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index fe12cf831..cecc2fb3f 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -241,8 +241,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set -DOSTRIP=y +DODEBUG=y +# DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set |