mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/ktexttemplate: build with None
It seems RelWithDebInfo overrides our -O1...
This commit is contained in:
parent
a1bdeba06e
commit
570244f53e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user