Date: Thursday, March 17, 2022 @ 22:08:21 Author: archange Revision: 1157187
upgpkg: vc-intrinsics 0.1.0-2 Modified: vc-intrinsics/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-17 22:07:39 UTC (rev 1157186) +++ PKGBUILD 2022-03-17 22:08:21 UTC (rev 1157187) @@ -3,7 +3,7 @@ pkgname=vc-intrinsics pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU" arch=(x86_64) url="https://github.com/intel/vc-intrinsics" @@ -13,6 +13,7 @@ sha256sums=('b925d55dcf7b94666a36c6c5afa77e81dcff3705660f131bd1566025d1f4fa13') build() { + export CXXFLAGS+=" -ffat-lto-objects" cmake -B build -S ${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \
