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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 20:43:50 UTC 2022


    Date: Thursday, April 28, 2022 @ 20:43:50
  Author: arojas
Revision: 1191714

-ffat-lto-objects

Modified:
  linenoise-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 20:16:34 UTC (rev 1191713)
+++ PKGBUILD	2022-04-28 20:43:50 UTC (rev 1191714)
@@ -2,7 +2,7 @@
 
 pkgname=linenoise-ng
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A small self-contained alternative to readline and libedit that supports UTF-8 and Windows'
 arch=(x86_64)
 url='https://github.com/arangodb/linenoise-ng'
@@ -15,6 +15,7 @@
   cd linenoise-ng-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
         -S . \
         -B build
   cmake --build build



More information about the arch-commits mailing list