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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:29:08 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:29:07
  Author: arojas
Revision: 1191687

-ffat-lto-objects

Modified:
  polyml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:14:57 UTC (rev 1191686)
+++ PKGBUILD	2022-04-28 18:29:07 UTC (rev 1191687)
@@ -4,7 +4,7 @@
 
 pkgname=polyml
 pkgver=5.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Standard ML compiler originally written in Poly'
 arch=(x86_64)
 url='https://polyml.org/'
@@ -17,6 +17,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure \
     --enable-shared \
     --prefix=/usr \



More information about the arch-commits mailing list