git » qt5-script.git » commit bf370a8

Add debug

author Antonio Rojas
2022-01-30 11:50:04 UTC
committer Antonio Rojas
2022-01-30 11:50:04 UTC
parent 5acfd944498fa5e2923184af653c763343841873

Add debug

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 38db2b1..4164689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-script
 _qtver=5.15.8
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -15,7 +15,7 @@ groups=('qt' 'qt5')
 _pkgfqn=${pkgname/5-/}
 source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')
-options=(!lto)
+options=(!lto debug)
 
 prepare() {
   mkdir -p build