diff options
Diffstat (limited to 'target/mips64')
-rw-r--r-- | target/mips64/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/mips64/uclibc.config b/target/mips64/uclibc.config index c66fb4157..e849ad406 100644 --- a/target/mips64/uclibc.config +++ b/target/mips64/uclibc.config @@ -250,8 +250,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 |