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