git » qt5-script.git » commit facd5d4

Drop last few remaining 'debug' options from trunk

author Evangelos Foutras
2023-01-15 09:06:14 UTC
committer Evangelos Foutras
2023-01-15 09:06:14 UTC
parent f38a2dd1723923e40e7d225970ba60af993264eb

Drop last few remaining 'debug' options from trunk

devtools 20230105-1 enables the debug option by default.

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 17f7ec7..e715262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 debug)
+options=(!lto)
 
 prepare() {
   mkdir -p build