Date: Friday, December 24, 2021 @ 14:48:55
  Author: arojas
Revision: 1083399

Use -ffat-lto-objects for static libs

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-24 14:44:58 UTC (rev 1083398)
+++ PKGBUILD    2021-12-24 14:48:55 UTC (rev 1083399)
@@ -16,6 +16,7 @@
 build() {
   cd $pkgname-$pkgver
 
+  export CFLAGS+=" -ffat-lto-objects"
   ./configure --prefix=/usr --without-pgplot
   make
 }

Reply via email to