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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 29 22:43:47 UTC 2022


    Date: Saturday, January 29, 2022 @ 22:43:47
  Author: arojas
Revision: 435410

Add debug

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 22:31:19 UTC (rev 435409)
+++ PKGBUILD	2022-01-29 22:43:47 UTC (rev 435410)
@@ -3,7 +3,7 @@
 
 pkgname=qt5-tools
 pkgver=5.15.2+kde+r17
-pkgrel=4
+pkgrel=5
 _commit=33693a928986006d79c1ee743733cde5966ac402
 arch=('x86_64')
 url='https://www.qt.io'
@@ -22,6 +22,7 @@
             '92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
             '15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
             '6bc07903971983efb9492700efb2c03e24fbb1ce61b520b6e7d0a04662400701')
+options=(debug)
 
 pkgver() {
   cd $_pkgfqn
@@ -38,7 +39,7 @@
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../${_pkgfqn} CONFIG+=fat-static-lto
   make
 }
 



More information about the arch-commits mailing list