[arch-commits] Commit in libappimage/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 24 13:42:37 UTC 2021
Date: Friday, December 24, 2021 @ 13:42:37
Author: arojas
Revision: 433041
Use -ffat-lto-objects for static libs
Modified:
libappimage/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 13:40:54 UTC (rev 433040)
+++ PKGBUILD 2021-12-24 13:42:37 UTC (rev 433041)
@@ -21,6 +21,7 @@
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
-DUSE_SYSTEM_XZ=ON \
-DUSE_SYSTEM_SQUASHFUSE=ON \
-DUSE_SYSTEM_LIBARCHIVE=ON \
More information about the arch-commits
mailing list