George Hu pushed to branch main at Arch Linux / Packaging / Packages / igrep


Commits:
1a5d21e1 by George Hu at 2026-02-27T16:28:27+08:00
Re-enable LTO

With the vendored `libonig` removed, link-time optimization (LTO)
can be enabled again.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -8,7 +8,6 @@ pkgbase = igrep
        makedepends = cargo
        depends = gcc-libs
        depends = oniguruma
-       options = !lto
        source = 
igrep-1.3.0.tar.gz::https://github.com/konradsz/igrep/archive/v1.3.0.tar.gz
        sha512sums = 
30420e9d7d3c833d1415f54e0e315335f87811a514c2eba492ae4542006eb0f300d717525d9e8025c45ba51acf9e32e4ee30635321c3318105b0967195124818
 


=====================================
PKGBUILD
=====================================
@@ -11,7 +11,6 @@ depends=('gcc-libs' 'oniguruma')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('30420e9d7d3c833d1415f54e0e315335f87811a514c2eba492ae4542006eb0f300d717525d9e8025c45ba51acf9e32e4ee30635321c3318105b0967195124818')
-options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igrep/-/commit/1a5d21e154c50ecda234914b513a4994c7e0d89a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igrep/-/commit/1a5d21e154c50ecda234914b513a4994c7e0d89a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to