Date: Sunday, April 24, 2022 @ 11:19:44
  Author: arojas
Revision: 443892

-ffat-lto-objects

Modified:
  jsoncpp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-24 10:51:13 UTC (rev 443891)
+++ PKGBUILD    2022-04-24 11:19:44 UTC (rev 443892)
@@ -6,7 +6,7 @@
 pkgbase=jsoncpp
 pkgname=('jsoncpp' 'jsoncpp-doc')
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
 arch=('x86_64')
@@ -29,6 +29,7 @@
   ninja -C build
 
   echo "Building static library..."
+  CXXFLAGS="$CXXFLAGS -ffat-lto-objects" \
   arch-meson --default-library static build-static
   ninja -C build-static
 

Reply via email to