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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:07:13 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:07:13
  Author: arojas
Revision: 1191683

-ffat-lto-objects

Modified:
  capstone/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:02:01 UTC (rev 1191682)
+++ PKGBUILD	2022-04-28 18:07:13 UTC (rev 1191683)
@@ -4,7 +4,7 @@
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone')
 pkgver=4.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
 url='https://www.capstone-engine.org/index.html'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
-  CFLAGS+=" ${CPPFLAGS}"
+  CFLAGS+=" ${CPPFLAGS} -ffat-lto-objects"
   make V=1
 }
 



More information about the arch-commits mailing list