[arch-commits] Commit in bat/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jan 26 11:38:04 UTC 2022


    Date: Wednesday, January 26, 2022 @ 11:38:03
  Author: arodseth
Revision: 1115669

upgpkg: bat 0.19.0-1

Modified:
  bat/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 11:30:19 UTC (rev 1115668)
+++ PKGBUILD	2022-01-26 11:38:03 UTC (rev 1115669)
@@ -10,7 +10,6 @@
 license=(APACHE MIT)
 depends=(gcc-libs libgit2 oniguruma)
 makedepends=(clang cmake git rust)
-options=(!lto)
 source=("git+$url#commit=59a8f58be780ba9ba04eb4791b6bf5ca14e99e99") # tag: v0.19.0
 b2sums=('SKIP')
 
@@ -21,6 +20,7 @@
 }
 
 build() {
+  export CFLAGS+=' -ffat-lto-objects -w'
   cargo build \
     --locked \
     --manifest-path "$srcdir/$pkgname/Cargo.toml" \



More information about the arch-commits mailing list