[arch-commits] Commit in vc/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Dec 24 13:47:44 UTC 2021


    Date: Friday, December 24, 2021 @ 13:47:44
  Author: arojas
Revision: 433043

Use -ffat-lto-objects for static libs

Modified:
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-24 13:45:38 UTC (rev 433042)
+++ PKGBUILD	2021-12-24 13:47:44 UTC (rev 433043)
@@ -16,6 +16,7 @@
 build() {
   cmake -B build -S Vc-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
     -DTARGET_ARCHITECTURE=generic
   cmake --build build
 }



More information about the arch-commits mailing list