Date: Saturday, April 23, 2022 @ 17:34:51
  Author: arojas
Revision: 1187697

-ffat-lto-objects

Modified:
  xplc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-23 17:34:45 UTC (rev 1187696)
+++ PKGBUILD    2022-04-23 17:34:51 UTC (rev 1187697)
@@ -3,7 +3,7 @@
 
 pkgname=xplc
 pkgver=0.3.13
-pkgrel=9
+pkgrel=10
 pkgdesc="Cross-Platform Lightweight Components"
 arch=('x86_64')
 url="http://xplc.sourceforge.net";
@@ -24,6 +24,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure --prefix=/usr \
     --mandir=/usr/share/man \
     --without-libuuid

Reply via email to