[arch-commits] Commit in wabt/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Fri Dec 24 10:38:38 UTC 2021
Date: Friday, December 24, 2021 @ 10:38:38
Author: jelle
Revision: 1083380
Handle strip issues with building on LTO
Modified:
wabt/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 10:01:59 UTC (rev 1083379)
+++ PKGBUILD 2021-12-24 10:38:38 UTC (rev 1083380)
@@ -5,7 +5,7 @@
pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
url="https://github.com/WebAssembly/wabt"
pkgver=1.0.24
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('APACHE')
depends=(glibc gcc-libs)
@@ -34,6 +34,7 @@
build() {
cd ${pkgname}/build
+ export CFLAGS+=" -ffat-lto-objects"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
More information about the arch-commits
mailing list