community/ktexttemplate: build with None

It seems RelWithDebInfo overrides our -O1...
This commit is contained in:
Bart Ribbers 2024-08-16 20:16:28 +02:00
parent a1bdeba06e
commit 570244f53e

View File

@ -5,7 +5,7 @@
# group=kde-frameworks
pkgname=ktexttemplate
pkgver=6.5.0
pkgrel=0
pkgrel=1
pkgdesc="Library to allow application developers to separate the structure of documents from the data they contain"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://community.kde.org/Frameworks"
@ -34,7 +34,7 @@ build() {
esac
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON