Skip to content
Snippets Groups Projects
Commit ab079d2a authored by alice's avatar alice Committed by alice
Browse files

community/akonadiconsole: use CMAKE_BUILD_TYPE=MinSizeRel

parent b31cd05d
1 merge request!28944community/*: use CMAKE_BUILD_TYPE=MinSizeRel/Release, part one
......@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadiconsole
pkgver=21.12.1
pkgrel=0
pkgrel=1
# armhf blocked by extra-cmake-modules
# s390x, ppc64le, mips64 and riscv64 blocked by akonadi
# ppc64le blocked by calendarsupport
......@@ -43,7 +43,7 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/akonadiconso
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment