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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:40:56 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:40:56
  Author: arojas
Revision: 1191693

-ffat-lto-objects

Modified:
  mruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:36:51 UTC (rev 1191692)
+++ PKGBUILD	2022-04-28 18:40:56 UTC (rev 1191693)
@@ -2,7 +2,7 @@
 
 pkgname=mruby
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
 arch=(i686 x86_64)
 url='https://github.com/mruby/mruby'
@@ -14,6 +14,7 @@
 
 build() {
   cd mruby-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   make
 }
 



More information about the arch-commits mailing list