[arch-commits] Commit in libcrossguid/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at gemini.archlinux.org
       
    Wed May  4 09:28:58 UTC 2022
    
    
  
    Date: Wednesday, May 4, 2022 @ 09:28:58
  Author: arojas
Revision: 1192879
-ffat-lto-objects
Modified:
  libcrossguid/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 09:28:52 UTC (rev 1192878)
+++ PKGBUILD	2022-05-04 09:28:58 UTC (rev 1192879)
@@ -5,7 +5,7 @@
 pkgname=libcrossguid
 epoch=1
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight cross platform C++ GUID/UUID library"
 arch=('x86_64')
 url="https://github.com/graeme-hill/crossguid"
@@ -17,7 +17,7 @@
 build() {
     cd "crossguid-$pkgver"
 
-    cmake .
+    cmake . -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"
     make
 }
 
    
    
More information about the arch-commits
mailing list