Stripping debug symbols from [aws-sdk-cpp](https://gitlab.archlinux.org/archlinux/packaging/packages/aws-sdk-cpp) currently takes around an hour since it's a massive package (600 MiB, primarily of so:s, 4 GiB for debug package).
As far as I can tell from a quick look at [strip.sh.in](scripts/libmakepkg/tidy/strip.sh.in) the stripping happens sequentially, so an opportunity to improve build times for large packages would be to do this in parallel.
↧