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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 31 17:34:10 UTC 2022


    Date: Monday, January 31, 2022 @ 17:34:10
  Author: arojas
Revision: 435628

Build in RelWithDebInfo mode so WebEngine gets blink debug symbols

Modified:
  qt6-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 16:57:48 UTC (rev 435627)
+++ PKGBUILD	2022-01-31 17:34:10 UTC (rev 435628)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -41,6 +41,7 @@
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DINSTALL_BINDIR=lib/qt6/bin \
     -DINSTALL_PUBLICBINDIR=usr/bin \
     -DINSTALL_LIBEXECDIR=lib/qt6 \



More information about the arch-commits mailing list