forked from Bananymous/banan-os
Toolchain: Run `strip` after installing toolchain
This drops installed toolchain size to around fifth :D
This commit is contained in:
parent
fbb99de728
commit
f7e549e412
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue