aboutsummaryrefslogtreecommitdiff
path: root/makepkg.d
AgeCommit message (Collapse)Author
2021-11-01feat(makepkg): enable Link-Time Optimization by default (#8)Coelacanthus
[1]: Arch Linux RFC4: https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst Signed-off-by: Coelacanthus <[email protected]>
2021-10-26feat(makepkg): Remove build debug package optionKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25fix(makepkg): using compression level 20 instead of 22 (#4)Coelacanthus
As Arch Linux does, we use level 20. Level 22 use too much memory.
2021-10-24feat: support multiarch (#3)Coelacanthus