mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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
|
# group=kde-frameworks
|
||||||
pkgname=ktexttemplate
|
pkgname=ktexttemplate
|
||||||
pkgver=6.5.0
|
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"
|
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
|
arch="all !armhf" # armhf blocked by extra-cmake-modules
|
||||||
url="https://community.kde.org/Frameworks"
|
url="https://community.kde.org/Frameworks"
|
||||||
@ -34,7 +34,7 @@ build() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DBUILD_QCH=ON
|
-DBUILD_QCH=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user