[arch-commits] Commit in coin-or-csdp/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Dec 24 13:36:55 UTC 2021


    Date: Friday, December 24, 2021 @ 13:36:54
  Author: arojas
Revision: 1083391

Use -ffat-lto-objects for static libs

Modified:
  coin-or-csdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-24 13:22:47 UTC (rev 1083390)
+++ PKGBUILD	2021-12-24 13:36:54 UTC (rev 1083391)
@@ -23,7 +23,7 @@
 build() {
   cd Csdp-$pkgver
 
-  CFLAGS+=" -I../include" make
+  CFLAGS+=" -ffat-lto-objects -I../include" make
 }
 
 check() {



More information about the arch-commits mailing list