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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 17:14:16 UTC 2022


    Date: Sunday, April 24, 2022 @ 17:14:16
  Author: arojas
Revision: 1189634

-ffat-lto-objects

Modified:
  shhopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 17:10:03 UTC (rev 1189633)
+++ PKGBUILD	2022-04-24 17:14:16 UTC (rev 1189634)
@@ -3,7 +3,7 @@
 
 pkgname=shhopt
 pkgver=1.1.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for parsing command line options"
 arch=('x86_64')
 url="https://shh.thathost.com/pub-unix"
@@ -15,6 +15,7 @@
 build() {
   cd $pkgname-$pkgver
 
+  CFLAGS+=' -ffat-lto-objects'
   make OPTIM="$CFLAGS" dep
   make OPTIM="$CFLAGS"
 }



More information about the arch-commits mailing list