George Hu pushed to branch main at Arch Linux / Packaging / Packages / wild
Commits:
66a77a02 by George Hu at 2026-03-03T17:48:59+08:00
Re-enable LTO
With vendored zstd removed, link-time optimization (LTO) can be
enabled again.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,7 +13,6 @@ pkgbase = wild
depends = gcc-libs
depends = glibc
depends = zstd
- options = !lto
source =
https://github.com/davidlattimore/wild/archive/0.8.0/wild-0.8.0.tar.gz
source = test-config.toml
sha256sums =
3828028f41c668caf02aa9ffc4dc3bd1a33b4957eb66a7aa015f7c92e4f064ce
=====================================
PKGBUILD
=====================================
@@ -21,7 +21,6 @@ checkdepends=(
'lld'
'rust-musl'
)
-options=(!lto)
source=(
https://github.com/davidlattimore/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
test-config.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/66a77a02511516efd052f89afc5cf2465b8c11de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/66a77a02511516efd052f89afc5cf2465b8c11de
You're receiving this email because of your account on gitlab.archlinux.org.