[arch-commits] Commit in unicorn/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Apr 23 18:27:13 UTC 2022
Date: Saturday, April 23, 2022 @ 18:27:12
Author: arojas
Revision: 1187833
-ffat-lto-objects
Modified:
unicorn/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-23 18:26:10 UTC (rev 1187832)
+++ PKGBUILD 2022-04-23 18:27:12 UTC (rev 1187833)
@@ -3,7 +3,7 @@
pkgbase=unicorn
pkgname=('unicorn' 'python-unicorn' 'ruby-unicorn-engine')
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU'
url='https://www.unicorn-engine.org'
arch=('x86_64')
@@ -25,7 +25,7 @@
build() {
cd ${pkgbase}-${pkgver}
export unicorn_LDFLAGS="${LDFLAGS}"
- export UNICORN_CFLAGS="${CFLAGS} ${CPPFLAGS}"
+ export UNICORN_CFLAGS="${CFLAGS} -ffat-lto-objects"
export UNICORN_QEMU_FLAGS="--extra-ldflags=\"$LDFLAGS\""
make
(cd bindings
More information about the arch-commits
mailing list