diff --git a/toolchain/build.sh b/toolchain/build.sh index ef8d1d4107..1087e427d6 100755 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -273,3 +273,5 @@ if (($BUILD_LIBSTDCPP)); then build_libstdcpp fi + +find "$BANAN_TOOLCHAIN_PREFIX" -type f -executable -exec strip --strip-unneeded {} + 2>/dev/null