Closed WuuBoLin closed 8 months ago
Ah sorry, I didn't see the PR until I already created and merged #170 which updates alpm to 3.0.
I also added settings for release profile to minimize binary size.
Any specific reason for that? I mean sure 4.5MB is quite big for a rather small utility, but most of these options could also be supplied in the PKGBUILD
, no? (strip
for example)
Actually not really, but smaller the better ig? Thanks
I just checked: If you want a smaller binary you can set RUSTFLAGS="-C opt-level=s"
in /etc/makepkg.conf
, which will result in a 3.5MB binary.
Pacman version v6.1.0 has been released with libalpm v14.0.0, the
alpm-rs
library has also been updated to version 3.I also added settings for
release
profile to minimize binary size.