Date: Monday, January 31, 2022 @ 20:58:59 Author: arodseth Revision: 1121341
For the LTO fat object TODO Modified: gauche/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-31 20:58:37 UTC (rev 1121340) +++ PKGBUILD 2022-01-31 20:58:59 UTC (rev 1121341) @@ -5,7 +5,7 @@ pkgname=gauche pkgver=0.9.11 -pkgrel=1 +pkgrel=2 url='https://practical-scheme.net/gauche/' arch=(x86_64) pkgdesc='R7RS Scheme implementation (includes gosh)' @@ -17,7 +17,8 @@ build() { cd $pkgname - export BUILD_GOSH=/usr/bin/gosh + BUILD_GOSH=/usr/bin/gosh + CFLAGS+=' -ffat-lto-objects -w' ./DIST gen ./configure --prefix=/usr --with-slib=/usr/share/slib make
