diff --git a/community/aom/APKBUILD b/community/aom/APKBUILD
index 674bc506ab6f56af9cb2a769148be12e1855a3e7..59efb4b76146c9419d6e3922847b151c218e290a 100644
--- a/community/aom/APKBUILD
+++ b/community/aom/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=aom
 pkgver=0_git20191223
 _commit=db8f273c9d83b1e6d602b2d1c4e2f055a6f58acc
-pkgrel=0
+pkgrel=1
 pkgdesc="Alliance for Open Media (AOM) AV1 codec SDK"
 url="https://aomedia.org/"
 arch="all !armv7 !armhf" # ASM inlining fails on armhf/armv7
@@ -26,7 +26,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS"
 
diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD
index 97c51dede49955a6982f675a4756ad8830b0839a..6bd8ecfd789db94b26cfd0f673b01556560fd0b5 100644
--- a/community/appstream-glib/APKBUILD
+++ b/community/appstream-glib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=appstream-glib
 pkgver=0.7.17
-pkgrel=0
+pkgrel=1
 pkgdesc="Library for AppStream metadata"
 url="https://people.freedesktop.org/~hughsient/appstream-glib/"
 arch="all"
@@ -36,7 +36,7 @@ options="!check" # selftest fails due to updated metadata at upstream
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Ddep11=true \
 		-Dbuilder=true \
 		-Drpm=false \
diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD
index 2a5d98d7374bbfa8315f898414a717c55ad5951e..b9dbe6fd1a54467819f9b714a3b1385eee5ea4a3 100644
--- a/community/appstream/APKBUILD
+++ b/community/appstream/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=appstream
 pkgver=0.12.10
-pkgrel=0
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 url="https://distributions.freedesktop.org/wiki/AppStream"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dqt=true \
 		-Ddocs=false \
 		-Dapidocs=false \
diff --git a/community/ark/APKBUILD b/community/ark/APKBUILD
index 57cc8632bf225aff62126c4ebffc93e9d6e8d30e..7adf9f48e0ce143c55537cd09e69103b1c1d8a1a 100644
--- a/community/ark/APKBUILD
+++ b/community/ark/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ark
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Graphical file compression/decompression utility with support for multiple formats"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.ark"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/attica/APKBUILD b/community/attica/APKBUILD
index 982cf4c9bd6e670f6e25f37303b047bebba78eee..caea20e6d0431641040fe67926a58046c4dea0f2 100644
--- a/community/attica/APKBUILD
+++ b/community/attica/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=attica
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Freedesktop OCS binding for Qt"
 url="http://www.kde.org/"
 arch="all !armhf" # Blocked by extra-cmake-modules
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/audiocd-kio/APKBUILD b/community/audiocd-kio/APKBUILD
index 3a73bb6237a3de3742b0f1d251d6d4448b627cf1..23aa5ef85092a0093a28aaa4c9520f69332191a3 100644
--- a/community/audiocd-kio/APKBUILD
+++ b/community/audiocd-kio/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=audiocd-kio
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/multimedia/"
 pkgdesc="Kioslave for accessing audio CDs"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/awesome/APKBUILD b/community/awesome/APKBUILD
index dce22a989e6b1587c214d18f7c985c898dcb7dab..75c4345e05cb71f00f4f96ceac44cefd5e84564a 100644
--- a/community/awesome/APKBUILD
+++ b/community/awesome/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=awesome
 pkgver=4.3
-pkgrel=0
+pkgrel=1
 pkgdesc="lua-configurable window manager framework"
 url="http://awesome.naquadah.org/"
 arch="all"
@@ -36,7 +36,7 @@ build() {
 	cd "$_builddir"
 	cmake -DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSCONFDIR=/etc \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		"$_srcdir"
 	make || return 1
 }
diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD
index dbdd205b932be233ca222f16d18d5904b53f3da5..595976c874bcfddefef9e15f48a9f1e11cf4978a 100644
--- a/community/babl/APKBUILD
+++ b/community/babl/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=babl
 pkgver=0.1.74
-pkgrel=0
+pkgrel=1
 pkgdesc="Dynamic, any to any, pixel format conversion library"
 url="http://gegl.org/babl"
 arch="all"
@@ -16,7 +16,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=release \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/baloo-widgets/APKBUILD b/community/baloo-widgets/APKBUILD
index df265800acf6e13c8e3cfbace9098f302e4debca..f34ec6cfdce943cb414cdab1cfa9ec556f7c20b3 100644
--- a/community/baloo-widgets/APKBUILD
+++ b/community/baloo-widgets/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=baloo-widgets
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Widgets for Baloo"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Baloo"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/baloo/APKBUILD b/community/baloo/APKBUILD
index ae0da991578a541b535c761d5ebeb393dc213bfc..837699d0f4c8008526a89ed728a1b2225915f796 100644
--- a/community/baloo/APKBUILD
+++ b/community/baloo/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=baloo
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A framework for searching and managing metadata"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/baobab/APKBUILD b/community/baobab/APKBUILD
index 0db300073d8a77615c87d5d20a0cfeba1d2f1f53..1f9a93c329a11214b7a4aa4c95d9eb610d83b3d1 100644
--- a/community/baobab/APKBUILD
+++ b/community/baobab/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=baobab
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical application to analyse disk usage in any Gnome environment"
 url="https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD
index 2efaab5b6049e1ae1a7b99ea96a10347a7fff7f1..66ac800a5fa6f4de675127f28ac7043394551fd7 100644
--- a/community/binaryen/APKBUILD
+++ b/community/binaryen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 pkgname=binaryen
 pkgver=40
-pkgrel=0
+pkgrel=1
 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
 options="!check" # Tests require python2
 url="https://github.com/WebAssembly/binaryen"
@@ -24,7 +24,7 @@ esac
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
diff --git a/community/bluedevil/APKBUILD b/community/bluedevil/APKBUILD
index da20b559c295c9f8f5a35c0a0777db5cc5038cb7..cda9624fef4250fa62fdfc5d2a14cfc0a7212f44 100644
--- a/community/bluedevil/APKBUILD
+++ b/community/bluedevil/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=bluedevil
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Integrate the Bluetooth technology within KDE workspace and applications"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/bluez-qt/APKBUILD b/community/bluez-qt/APKBUILD
index 3fff306bd534842559f1df1cf69d36fc60e41488..da0a1aa14e6402f61258e62e4883ecdf0c569485 100644
--- a/community/bluez-qt/APKBUILD
+++ b/community/bluez-qt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=bluez-qt
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 pkgdesc="Qt wrapper for Bluez 5 DBus API"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/bolt/APKBUILD b/community/bolt/APKBUILD
index bba3eaddabfb2850eba805b258a12c449f335229..6f141870e533a8905c0160d855baf45122615b2a 100644
--- a/community/bolt/APKBUILD
+++ b/community/bolt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=bolt
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Thunderbolt 3 device manager"
 url="https://gitlab.freedesktop.org/bolt/bolt"
 arch="all !armhf !armv7" # limited by polkit
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dman=true \
 		-Dsystemd=false \
 		. output
diff --git a/community/breeze-gtk/APKBUILD b/community/breeze-gtk/APKBUILD
index 0be215a85fceca1aa654b6470e675506ff981636..af8decfd5bee4ac87479dc217b2f0f29be119758 100644
--- a/community/breeze-gtk/APKBUILD
+++ b/community/breeze-gtk/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=breeze-gtk
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A GTK Theme Built to Match KDE's Breeze"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/breeze-gtk-$pkgver.tar.xz
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/breeze-icons/APKBUILD b/community/breeze-icons/APKBUILD
index 01940da78eec24ce9560b6366838999dfd73d8e0..4c795eb0072967b98c3975882ca1df7e2d214bb3 100644
--- a/community/breeze-icons/APKBUILD
+++ b/community/breeze-icons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=breeze-icons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Breeze icon themes"
 arch="noarch !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -19,7 +19,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBINARY_ICONS_RESOURCE=ON
 	make
diff --git a/community/breeze-plymouth/APKBUILD b/community/breeze-plymouth/APKBUILD
index c04db19307a31797e246d5b3953c7f557d51a482..6efc6bf7d4f6e2324fc6fc47878bdb1e1d20e682 100644
--- a/community/breeze-plymouth/APKBUILD
+++ b/community/breeze-plymouth/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=breeze-plymouth
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/"
 pkgdesc="Breeze theme for Plymouth"
@@ -14,7 +14,7 @@ options="!check" # No tests
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DDISTRO_NAME="$(grep PRETTY_NAME /etc/os-release | awk -F  = '{ print $2 }')" \
 		-DDISTRO_VERSION="$(grep VERSION_ID /etc/os-release | awk -F  = '{ print $2 }')"
diff --git a/community/breeze/APKBUILD b/community/breeze/APKBUILD
index 5d4155eff7f9a81ae292bb978c486917ab4dfc9f..52148a15c34bb266e2f27706f45ed7d1300e160b 100644
--- a/community/breeze/APKBUILD
+++ b/community/breeze/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=breeze
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
 arch="all !armhf" # disable on armhf due to missing qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/brotli/APKBUILD b/community/brotli/APKBUILD
index 86bc921d94617e8143159fb7f56a0ac374b0dcd3..04da4600c2278def332d245ff1f5747b3998fe96 100644
--- a/community/brotli/APKBUILD
+++ b/community/brotli/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: prspkt <prspkt@protonmail.com>
 pkgname=brotli
 pkgver=1.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Generic lossless compressor"
 url="https://github.com/google/brotli"
 arch="all"
@@ -28,7 +28,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS}
 	make
diff --git a/community/cage/APKBUILD b/community/cage/APKBUILD
index f0be7e6a46030fe30833e9394db71dc5f963d0b2..edb4d9dcb2be616f97a23c56d9beaaf95977965a 100644
--- a/community/cage/APKBUILD
+++ b/community/cage/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Will Sinatra <wpsinatra@gmail.com>
 pkgname=cage
 pkgver=0.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A Wayland Kiosk"
 url="https://github.com/Hjdskes/cage"
 arch="all"
@@ -13,7 +13,7 @@ options="!check" #No checks
 source="$pkgname"-"$pkgver".tar.gz::https://github.com/Hjdskes/cage/archive/v"$pkgver".tar.gz
 
 prepare() {
-	meson --buildtype=debugoptimized -Dxwayland=true --prefix /usr "$srcdir/build"
+	meson --buildtype=plain -Dxwayland=true --prefix /usr "$srcdir/build"
 }
 
 build() {
diff --git a/community/calindori/APKBUILD b/community/calindori/APKBUILD
index 1b7d50421621c92730498f0e8d5f78e209040271..c1d1d362a3dc3aab83211a3996d7bde67a062450 100644
--- a/community/calindori/APKBUILD
+++ b/community/calindori/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=calindori
 pkgver=1.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Calendar for Plasma Mobile"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://invent.kde.org/kde/calindori"
@@ -14,8 +14,14 @@ options="!check" # No tests
 builddir="$srcdir/$pkgname-v$pkgver"
 
 build() {
+<<<<<<< HEAD
 	cmake -B "$builddir"/build \
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+=======
+	cd "$builddir"/build
+	cmake "$builddir" \
+		-DCMAKE_BUILD_TYPE=None \
+>>>>>>> community/*: use None buildtype for CMake and plain buildtype for Meson
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make -C build
 }
diff --git a/community/catch2/APKBUILD b/community/catch2/APKBUILD
index 6d286b6b838feba98bebc5ff20a08cf23b3adef1..a4135251d7d414af6dc1c0263f56e96a9a940624 100644
--- a/community/catch2/APKBUILD
+++ b/community/catch2/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=catch2
 pkgver=2.11.1
-pkgrel=0
+pkgrel=1
 arch="noarch"
 url="https://github.com/catchorg/Catch2"
 pkgdesc="A modern, C++-native, header-only, test framework for unit-tests"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD
index ad207b94383c759acac78ccf24a2577f7e06e6e1..11c356d26e42330bc6a86104bcb2fc6317a915ee 100644
--- a/community/celluloid/APKBUILD
+++ b/community/celluloid/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=celluloid
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple GTK+ frontend for mpv (formerly gnome-mpv)"
 url="https://celluloid-player.github.io/"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD
index 3f05bb92c1227de0ff5944c163023a0884723f9d..f12e088cfc48a08a233943c7cb88311753547599 100644
--- a/community/cheese/APKBUILD
+++ b/community/cheese/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=cheese
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Take photos and videos with your webcam"
 url="https://wiki.gnome.org/Apps/Cheese"
 arch="all"
@@ -22,7 +22,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/chrome-gnome-shell/APKBUILD b/community/chrome-gnome-shell/APKBUILD
index 81cfa7d0daf5e132944cc2252f45758fe1a0179f..0be4d10304806d481e336dd3ae827e131790d3e4 100644
--- a/community/chrome-gnome-shell/APKBUILD
+++ b/community/chrome-gnome-shell/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=chrome-gnome-shell
 pkgver=10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Shell integration for WebExtensions capable browsers"
 url="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome"
 arch="noarch"
@@ -20,7 +20,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DBUILD_EXTENSION=FALSE \
diff --git a/community/clipper/APKBUILD b/community/clipper/APKBUILD
index a10f4d54f4805cb491b088ae286ed91ac0f7811e..f50915254db8d9ad269c397a0d19633ee405e805 100644
--- a/community/clipper/APKBUILD
+++ b/community/clipper/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=clipper
 pkgver=6.4.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Polygon, line clipping and offsetting library"
 options="!check" # No testsuite
 url="https://sourceforge.net/projects/polyclipping/"
@@ -26,7 +26,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		${CMAKE_CROSSOPTS} .
 	make
diff --git a/community/cppcodec/APKBUILD b/community/cppcodec/APKBUILD
index 8175b56883ad6587b4d7f57a29e8b6f9723c2cf6..580adc4ba275f0bfa020f5d50be441949de47d29 100644
--- a/community/cppcodec/APKBUILD
+++ b/community/cppcodec/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=cppcodec
 pkgver=0.2
-pkgrel=0
+pkgrel=1
 arch="noarch"
 url="https://github.com/tplgy/cppcodec"
 pkgdesc="Library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16), plus Crockford's base32"
@@ -12,7 +12,7 @@ source="https://github.com/tplgy/cppcodec/archive/v$pkgver/cppcodec-v$pkgver.tar
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/darktable/APKBUILD b/community/darktable/APKBUILD
index 3a29914e280c7c6d8a61b2160c6294c269753511..a1d295c7d519e9ac23ab37a5a71e3733682c20f2 100644
--- a/community/darktable/APKBUILD
+++ b/community/darktable/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=darktable
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="an open source photography workflow application and raw developer"
 url="https://www.darktable.org/"
 arch="x86_64 aarch64"
@@ -52,7 +52,7 @@ build() {
 	cmake -DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DBINARY_PACKAGE_BUILD=ON \
 		..
 	make
diff --git a/community/dconf-editor/APKBUILD b/community/dconf-editor/APKBUILD
index ed4c0b1e99f7e9f874d9837205e7c080d5f2cdcc..d3b7b1491c2513d02e191fdcc97ca838969686fa 100644
--- a/community/dconf-editor/APKBUILD
+++ b/community/dconf-editor/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=dconf-editor
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Dconf Editor is a viewer and editor of applications internal settings"
 url="https://wiki.gnome.org/Apps/DconfEditor"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD
index 2604e016a6fbb48df8b5c22bc029784e281ff450..c6e3a39264b20411441308ac75e1d38f1d6e9ca2 100644
--- a/community/devhelp/APKBUILD
+++ b/community/devhelp/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=devhelp
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GTK+ and GNOME"
 url="https://wiki.gnome.org/Apps/Devhelp"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/dfc/APKBUILD b/community/dfc/APKBUILD
index b517c96befb6e9c75ec6a87ff57bd2497ec61e5d..071b3590b60bad7aa94d99de05c3daf29bec4044 100644
--- a/community/dfc/APKBUILD
+++ b/community/dfc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=dfc
 pkgver=3.1.1
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://projects.gw-computing.net/projects/dfc"
 pkgdesc="Report file system space usage information with style"
@@ -14,7 +14,7 @@ options="!check" # No tests available
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
diff --git a/community/discover/APKBUILD b/community/discover/APKBUILD
index 55e6993edc9fcf2eeac26ff278460d6b3ccecf53..a3f4c9c01013a9df4630c399450e6bfa232f36ac 100644
--- a/community/discover/APKBUILD
+++ b/community/discover/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=discover
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://userbase.kde.org/Discover"
 pkgdesc="KDE Plasma resources management GUI"
@@ -23,7 +23,7 @@ esac
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD
index 67685912e257f833538004ddbf77cc9545b8e0e9..898e4e75f5ba703662914afc044066c117598445 100644
--- a/community/dolphin/APKBUILD
+++ b/community/dolphin/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=dolphin
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/system/dolphin"
 pkgdesc="KDE File Manager"
@@ -27,7 +27,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD
index baed7e4a82b278feadee14f12308fe4d39297709..f45df2eae4d8d43904cdccb83107d37d364c8e5e 100644
--- a/community/domoticz/APKBUILD
+++ b/community/domoticz/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@gmail.com>
 pkgname=domoticz
 pkgver=4.10717
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source Home Automation System"
 url="http://www.domoticz.com/"
 arch="all"
@@ -30,7 +30,7 @@ build() {
 		-DUSE_STATIC_LIBSTDCXX=OFF \
 		-DOpenZWave=/usr/lib/libopenzwave.so \
 		-DUSE_STATIC_OPENZWAVE=OFF \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/var/lib/domoticz \
 		-DUSE_BUILTIN_LUA=OFF \
 		-DUSE_BUILTIN_MQTT=OFF \
diff --git a/community/drkonqi/APKBUILD b/community/drkonqi/APKBUILD
index 42b698595bbf23645c35a60fe0eeb3fb320e1ee1..235f44dec251acc7606c159d1be13583d6c33ff7 100644
--- a/community/drkonqi/APKBUILD
+++ b/community/drkonqi/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=drkonqi
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Manages the power consumption settings of a Plasma Shell"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ options="!check" # Broken
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_TESTING=OFF # Broken
diff --git a/community/emscripten-fastcomp/APKBUILD b/community/emscripten-fastcomp/APKBUILD
index a7d48d9469132173aa4b7661036612f6822f6cce..458c491d874c1e64fb44fd9e40915130f28250f9 100644
--- a/community/emscripten-fastcomp/APKBUILD
+++ b/community/emscripten-fastcomp/APKBUILD
@@ -8,7 +8,7 @@
 pkgname=emscripten-fastcomp
 # Keep in sync with package emscripten!
 pkgver=1.39.0
-pkgrel=0
+pkgrel=1
 pkgdesc="The Clang + LLVM backend for Emscripten"
 url="https://emscripten.org/"
 arch="all"
@@ -39,7 +39,7 @@ build() {
 	# XXX: Is it a good idea to omit X86 in LLVM_TARGETS_TO_BUILD?
 	# https://github.com/kripken/emscripten-fastcomp/issues/174
 	cmake .. \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX="/$_prefix" \
 		-DCMAKE_VERBOSE_MAKEFILE=NO \
 		-DPYTHON_EXECUTABLE=/usr/bin/python3 \
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD
index 9996b29031aee6f5fc08145496155d9b7b678989..4615fbb55f18bf5b315e4feba31e2f78cd82992c 100644
--- a/community/epiphany/APKBUILD
+++ b/community/epiphany/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=epiphany
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="A simple, clean, beautiful view of the web"
 url="https://wiki.gnome.org/Apps/Web"
 arch="all !s390x" # libhandy is not available on s390x
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD
index b20cc08d4dac050c762d9309ac81561d51ea1f90..6fc8508bba3796347d25721e5ab46130409d174e 100644
--- a/community/evolution-data-server/APKBUILD
+++ b/community/evolution-data-server/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=evolution-data-server
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="data server for evolution"
 url="https://projects.gnome.org/evolution"
 arch="all"
@@ -28,7 +28,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DENABLE_GOA=ON \
 		-DENABLE_UOA=OFF \
 		-DENABLE_INTROSPECTION=ON \
diff --git a/community/evolution-ews/APKBUILD b/community/evolution-ews/APKBUILD
index c867bdeb820901ccd6d7e0757329f6c1a36256a1..9063a105382d6785e3d172cd0c09a46e0c8a20fd 100644
--- a/community/evolution-ews/APKBUILD
+++ b/community/evolution-ews/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=evolution-ews
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS"
 arch="all !s390x" # missing evolution on s390x
@@ -19,7 +19,7 @@ build() {
 	cd "$builddir"/build
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DENABLE_TESTS=TRUE \
 		..
 	make
diff --git a/community/evolution/APKBUILD b/community/evolution/APKBUILD
index 6054c4e34cb1aae7ea06a24e26c9174a4a96a8ea..11eb0059c1daa6df7399604fd81097a1f4023f56 100644
--- a/community/evolution/APKBUILD
+++ b/community/evolution/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=evolution
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="evolution mail client"
 url="https://projects.gnome.org/evolution"
 arch="all !s390x" # Limited by gnome-autoar
@@ -25,7 +25,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSCONF_INSTALL_DIR=/etc \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DENABLE_GNOME_DESKTOP=ON \
 		-DENABLE_AUTOAR=ON \
 		-DENABLE_YTNEF=OFF \
diff --git a/community/ffmpegthumbnailer/APKBUILD b/community/ffmpegthumbnailer/APKBUILD
index 9506fe44c0856d1eb5a2b1fc2adeaa6054b651be..800c007b91c8c9b037d69eb39fb303567c1ab5c0 100644
--- a/community/ffmpegthumbnailer/APKBUILD
+++ b/community/ffmpegthumbnailer/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
 pkgname=ffmpegthumbnailer
 pkgver=2.2.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Lightweight video thumbnailer that can be used by file managers"
 url="https://github.com/dirkvdb/ffmpegthumbnailer"
 arch="all"
@@ -13,7 +13,7 @@ source="$pkgname-$pkgver.tar.bz2::https://github.com/dirkvdb/ffmpegthumbnailer/r
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX:PATH=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_GIO=ON \
diff --git a/community/ffmpegthumbs/APKBUILD b/community/ffmpegthumbs/APKBUILD
index 7f0cff5dde686c520e4ddda4f0b6a47ef6305942..0a483f4a439312d6436d811155d52122301fb13f 100644
--- a/community/ffmpegthumbs/APKBUILD
+++ b/community/ffmpegthumbs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ffmpegthumbs
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/multimedia/"
 pkgdesc="FFmpeg-based thumbnail creator for video files"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/file-roller/APKBUILD b/community/file-roller/APKBUILD
index d170ee5b3e6a6894d1faf62325efafc60fd753c0..b0ff2790201860c8b33fd9fb80fb8dceab8447ce 100644
--- a/community/file-roller/APKBUILD
+++ b/community/file-roller/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=file-roller
 pkgver=3.32.4
-pkgrel=0
+pkgrel=1
 pkgdesc="File Roller is an archive manager for the GNOME desktop "
 url="https://wiki.gnome.org/Apps/FileRoller"
 arch="all !s390x"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dpackagekit=false \
 		-Dcpio=/usr/bin/cpio \
 		. output
diff --git a/community/fmt/APKBUILD b/community/fmt/APKBUILD
index 868fd42a57d299cab41ff155d07f70012a1466a3..e69692a7a9c6f3296a34a0c150fc90deb6199537 100644
--- a/community/fmt/APKBUILD
+++ b/community/fmt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Luca Weiss <luca@z3ntu.xyz>
 pkgname="fmt"
 pkgver="6.1.2"
-pkgrel=0
+pkgrel=1
 pkgdesc="Open-source formatting library for C++"
 url="https://fmt.dev/latest/index.html"
 arch="all"
@@ -20,7 +20,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		${CMAKE_CROSSOPTS} .
 	make
diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD
index bf2df1bfc41fc72019d05eea7a1bbde0a058e90f..fe9df4700c98d1411a5495b2d589394d37ae371d 100644
--- a/community/folks/APKBUILD
+++ b/community/folks/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=folks
 pkgver=0.13.2
-pkgrel=0
+pkgrel=1
 pkgdesc="GObject Library to aggregate people into metacontacts"
 url="https://wiki.gnome.org/Projects/Folks"
 arch="all"
@@ -30,7 +30,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Ddocs=true \
 		. output
 	ninja -C output
diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD
index 051efe7a8d6ec7af9924d40b2bbd52122058100c..a127c20223c796f7e07175b2d511804ecb7f7f03 100644
--- a/community/fractal/APKBUILD
+++ b/community/fractal/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=fractal
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Matrix group messaging app"
 url="https://wiki.gnome.org/Apps/Fractal"
 arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust
@@ -26,7 +26,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/frameworkintegration/APKBUILD b/community/frameworkintegration/APKBUILD
index 742be33a2009c6906ac8e7d4a76a63bcd9c7ff14..70a0eeb7799afda7622d44dd629ed4e4ead5b526 100644
--- a/community/frameworkintegration/APKBUILD
+++ b/community/frameworkintegration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=frameworkintegration
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/freerdp/APKBUILD b/community/freerdp/APKBUILD
index bd51891fa8bcff1d9cfcc24b82062f0d27f96950..08b093fcf500272894050abd371eb2b034191e30 100644
--- a/community/freerdp/APKBUILD
+++ b/community/freerdp/APKBUILD
@@ -3,7 +3,7 @@ pkgname=freerdp
 _pkgname=FreeRDP
 pkgver=2.0.0_rc4
 _pkgver=${pkgver/_/-}
-pkgrel=0
+pkgrel=1
 pkgdesc="FreeRDP client"
 url="https://www.freerdp.com/"
 arch="all"
@@ -26,7 +26,7 @@ builddir="$srcdir"/$_pkgname-$_pkgver
 
 build() {
 	export CFLAGS="$CFLAGS -D_BSD_SOURCE"
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_ALSA=ON \
diff --git a/community/fwupd/APKBUILD b/community/fwupd/APKBUILD
index 087b046ac2f02d8bbd2713767c4c8f89d35ea391..4550925058417fd7b81256f153964c64bff49e80 100644
--- a/community/fwupd/APKBUILD
+++ b/community/fwupd/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Timo Teräs <timo.teras@iki.fi>
 pkgname=fwupd
 pkgver=1.3.8
-pkgrel=0
+pkgrel=1
 pkgdesc="Firmware update daemon"
 url="https://fwupd.org/"
 arch="x86_64 x86"
@@ -30,7 +30,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dagent=true \
 		-Dconsolekit=true \
 		-Dfirmware-packager=true \
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD
index c81e6ac3b1b5785dcee31b284b5e42eb47d26038..dcef482b6aed5b468768d95d17081d01b2b5387d 100644
--- a/community/geary/APKBUILD
+++ b/community/geary/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=geary
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Geary is an email application built around conversations"
 url="https://wiki.gnome.org/Apps/Geary"
 # tests fail on armhf
@@ -25,7 +25,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dlibunwind_optional=true \
 		. output
 	ninja -C output
diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD
index 99258bee6126b6b0c8b53f605ea9fa32ca66f8f4..8e341bc4e7967759c77dfa748e9cf254c95cbf92 100644
--- a/community/gedit-plugins/APKBUILD
+++ b/community/gedit-plugins/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gedit-plugins
 pkgver=3.34.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for gedit, the GNOME text editor"
 url="https://wiki.gnome.org/Apps/Gedit/PluginsLists"
 arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dplugin_zeitgeist=false \
 		. output
 	ninja -C output
diff --git a/community/gedit/APKBUILD b/community/gedit/APKBUILD
index 2a0dd6312e538f0eba6467f20646a778c05bec4c..f0890592379c9456328cb8cf21371160354c6e01 100644
--- a/community/gedit/APKBUILD
+++ b/community/gedit/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gedit
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="gedit is the GNOME text editor"
 url="https://wiki.gnome.org/Apps/Gedit"
 arch="all !s390x" # Limited by librsvg
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Ddocumentation=true \
 		. output
 	ninja -C output
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD
index 6a5ebfd13ee15327f2f4bf1bee8e539dd147f210..f458d2c27e3fb42789756050159168c2642be5a3 100644
--- a/community/geocode-glib/APKBUILD
+++ b/community/geocode-glib/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=geocode-glib
 pkgver=3.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Geocoding helper library"
 url="https://www.gnome.org/"
 arch="all"
@@ -16,7 +16,7 @@ build() {
 	cd "$builddir"/build
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--sysconfdir=/etc \
 		-Denable-installed-tests=false \
 		..
diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD
index 87b5363c4f1c4a66969aca32e6f1301a38484d41..cfeac06fcfc820e0524a263e98cda1ae0f867a48 100644
--- a/community/gexiv2/APKBUILD
+++ b/community/gexiv2/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gexiv2
 pkgver=0.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="a GObject-based wrapper around the Exiv2 library"
 url="https://wiki.gnome.org/Projects/gexiv2"
 arch="all"
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgtk_doc=true \
 		-Dintrospection=true \
 		-Dvapi=true \
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD
index de4a42acec870c575181586eb6e6d2ac86dc5dbc..0e9f50fa458150e933dc9e8c287a5ce06e81b8b5 100644
--- a/community/gitg/APKBUILD
+++ b/community/gitg/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gitg
 pkgver=3.32.1
-pkgrel=3
+pkgrel=4
 pkgdesc="gitg is the GNOME GUI client to view git repositories"
 url="https://wiki.gnome.org/Apps/Gitg"
 arch="all !s390x" # missing gtksourceview
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD
index 19f3f16c7a15d3bb00c2a187e6d69a5f7ae95d07..b591d453768772b99948b77dfb42a3daa2dbf540 100644
--- a/community/glib-networking/APKBUILD
+++ b/community/glib-networking/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=glib-networking
 pkgver=2.62.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Networking support for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking"
 arch="all"
@@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-net
 
 build() {
 	meson \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--prefix=/usr \
 		--default-library=shared \
 		. build
diff --git a/community/glm/APKBUILD b/community/glm/APKBUILD
index f68acca3b03b5ce8f2322a259dd65e8b0962b145..83b326298d8f4fb292c996c01a0cf1dfacfed272 100644
--- a/community/glm/APKBUILD
+++ b/community/glm/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=glm
 pkgver=0.9.9.6
-pkgrel=0
+pkgrel=1
 pkgdesc="C++ mathematics library for graphics programming"
 url="http://glm.g-truc.net/"
 arch="noarch"
@@ -21,7 +21,7 @@ build() {
 	cd build
 	cmake .. \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DGLM_TEST_ENABLE=TRUE
 	make
diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD
index 2b4b0ae0fb57ff1dabfe36487ed0755a7642e70d..c875a1127d0b44a557474ec21cd90df19284a019 100644
--- a/community/gnome-authenticator/APKBUILD
+++ b/community/gnome-authenticator/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-authenticator
 pkgver=3.32.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A Two-Factor Authentication application"
 url="https://gitlab.gnome.org/World/Authenticator"
 arch="all !s390x" # missing libhandy on s390x
@@ -22,7 +22,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-backgrounds/APKBUILD b/community/gnome-backgrounds/APKBUILD
index 2f9f0ca0f329ee63c9a4f94ed6c94604080a5927..661dc14b84ef747cbbbb955cb801cacd0098d2f3 100644
--- a/community/gnome-backgrounds/APKBUILD
+++ b/community/gnome-backgrounds/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-backgrounds
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Default wallpaper set for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
 arch="noarch"
@@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/gnome-backgrounds/${pkgver%.*}/gnome-
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
 		output .
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD
index a2fe20fceef48dbb7880398b574a67711bd317c6..295f8386e31eec6e10a16dc0b31b3832e9b4fb21 100644
--- a/community/gnome-bluetooth/APKBUILD
+++ b/community/gnome-bluetooth/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-bluetooth
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth"
 arch="all"
@@ -17,7 +17,7 @@ source="https://download.gnome.org/sources/gnome-bluetooth/${pkgver%.*}/gnome-bl
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--sysconfdir=/etc \
 		output .
 	ninja -C output
diff --git a/community/gnome-books/APKBUILD b/community/gnome-books/APKBUILD
index 420fa59aa13dd5845cbc2702a96788542640b08b..3ec0738755e43696c5ff414987dd7693a9ad819d 100644
--- a/community/gnome-books/APKBUILD
+++ b/community/gnome-books/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-books
 pkgver=3.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME Ebook Manager"
 url="https://wiki.gnome.org/Apps/Books"
 arch="all !s390x" # missing gjs
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-boxes/APKBUILD b/community/gnome-boxes/APKBUILD
index 9b909da3e9ba144d17230bef29f55e0eb7f4bcf7..aef123775b6b944d9ba2bc0f43a2d57695c6c334 100644
--- a/community/gnome-boxes/APKBUILD
+++ b/community/gnome-boxes/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-boxes
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Virtualization made simple"
 url="https://wiki.gnome.org/Apps/Boxes"
 # https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/testing/gnome-boxes/gnome-boxes-3.34.0-r0.log
@@ -22,7 +22,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD
index bba92cc5d85ce927747fe4b82431d45e017c7fd8..b3d033f19d9e38eac7f96bbf1264eea50adad6e4 100644
--- a/community/gnome-builder/APKBUILD
+++ b/community/gnome-builder/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-builder
 pkgver=3.34.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Develop software for GNOME"
 url="https://wiki.gnome.org/Apps/Builder"
 arch="all !s390x"
@@ -28,7 +28,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dplugin_sysprof=false \
 		. output
 	ninja -C output
diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD
index d948a98960dafd145cd8d50a6f116e1422400802..40a6b6cb008ffa5b7ccf2c25cb4c1c9722a1cb3a 100644
--- a/community/gnome-calculator/APKBUILD
+++ b/community/gnome-calculator/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-calculator
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Calculator for solving mathematical equations"
 url="https://wiki.gnome.org/Apps/Calculator"
 arch="all !s390x" # gtksourceview4 is not available on s390x
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--libdir=/usr/lib \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-calendar/APKBUILD b/community/gnome-calendar/APKBUILD
index 48ee7e1e74cb63a00af777eaa177b861d091d1fc..c098eb036d4e4824d469042bdf0af30d37beb5ba 100644
--- a/community/gnome-calendar/APKBUILD
+++ b/community/gnome-calendar/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-calendar
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Calendar application for GNOME"
 url="https://wiki.gnome.org/Apps/Calendar"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-characters/APKBUILD b/community/gnome-characters/APKBUILD
index 4e4866da6b427840dc074c3491caf2a86795e247..c2b935fb16b0b4d118a2e25bc7ffb4a72217c663 100644
--- a/community/gnome-characters/APKBUILD
+++ b/community/gnome-characters/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-characters
 pkgver=3.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple utility application to find and insert unusual characters"
 url="https://wiki.gnome.org/Design/Apps/CharacterMap"
 arch="all !s390x" # gjs missing
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD
index 70e2889395a5788a82a858585edf7953105c51c5..a77f32c7343699aadae168ad674d4bc9ad8b8002 100644
--- a/community/gnome-clocks/APKBUILD
+++ b/community/gnome-clocks/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-clocks
 pkgver=3.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Clock application designed for GNOME 3"
 url="https://wiki.gnome.org/Apps/Clocks"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD
index fa3857b643f551a3643e1230e0d288de234a8eeb..1180f69dd719d3bbefd4840d64dacf212c6edd12 100644
--- a/community/gnome-contacts/APKBUILD
+++ b/community/gnome-contacts/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-contacts
 pkgver=3.34.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A contacts manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts"
 arch="all !s390x" # libhandy is missing
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-control-center/APKBUILD b/community/gnome-control-center/APKBUILD
index 597e80c42305b1bce0f230bc16a0d3e53aa9a103..ebada349be95b10cc2d5051e305a72d482ab998a 100644
--- a/community/gnome-control-center/APKBUILD
+++ b/community/gnome-control-center/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-control-center
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME control center"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center"
 # limited by gnome-online-accounts
@@ -52,7 +52,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dcheese=true \
 		-Dibus=true \
 		. output
diff --git a/community/gnome-desktop/APKBUILD b/community/gnome-desktop/APKBUILD
index c1019a0ff3b9b87428736debd7f492283fe76ac2..88dc0a6204a6e983146c66b9fd1c2ef4e2059c9a 100644
--- a/community/gnome-desktop/APKBUILD
+++ b/community/gnome-desktop/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-desktop
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME desktop core libraries"
 url="https://gitlab.gnome.org/GNOME/gnome-desktop"
 arch="all"
@@ -23,7 +23,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgnome_distributor="Alpine Linux" \
 		-Dudev=enabled \
 		. output
diff --git a/community/gnome-disk-utility/APKBUILD b/community/gnome-disk-utility/APKBUILD
index 6b32ac1804eb87359fd805bf09251e19101c15d1..d2ed2c79b522faaaf06d6303b5bdb56996656fab 100644
--- a/community/gnome-disk-utility/APKBUILD
+++ b/community/gnome-disk-utility/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-disk-utility
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME libraries and applications for dealing with storage devices"
 url="https://wiki.gnome.org/Apps/Disks"
 arch="all !s390x"
@@ -20,7 +20,7 @@ build() {
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-firmware-updater/APKBUILD b/community/gnome-firmware-updater/APKBUILD
index 59806da3ce2398836ece35aaa32ca43c11a8cba8..d047936816519a497c8e2785b77326ce416ba6bd 100644
--- a/community/gnome-firmware-updater/APKBUILD
+++ b/community/gnome-firmware-updater/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-firmware-updater
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Install firmware on devices"
 url="https://gitlab.gnome.org/hughsie/gnome-firmware-updater"
 arch="x86_64 x86" # limited by fwupd
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dsystemd=false \
 		-Delogind=true \
 		-Dman=false \
diff --git a/community/gnome-font-viewer/APKBUILD b/community/gnome-font-viewer/APKBUILD
index 69a27a7974689f45fa55ae6525f968bed0be0755..14f414bbefcef15c64576fec2c19c7028d8ada7b 100644
--- a/community/gnome-font-viewer/APKBUILD
+++ b/community/gnome-font-viewer/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-font-viewer
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="View fonts on your system"
 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-games/APKBUILD b/community/gnome-games/APKBUILD
index 723b1de085a64d14077b9682ce3a608917883f11..4d04857a4a5d0561a745728a61892c2dc4c30122 100644
--- a/community/gnome-games/APKBUILD
+++ b/community/gnome-games/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-games
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Browser and play your games"
 url="https://wiki.gnome.org/Apps/Games"
 arch="all !s390x" # needs librsvg
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-initial-setup/APKBUILD b/community/gnome-initial-setup/APKBUILD
index 4211bd40d43978ef4f1f543c8e7a565c86b656a2..638eeb11f551b06d2efee7f08f6d9721ad16e48a 100644
--- a/community/gnome-initial-setup/APKBUILD
+++ b/community/gnome-initial-setup/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-initial-setup
 pkgver=3.34.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple, easy,and safe way to prepare a new system"
 url="https://wiki.gnome.org/Design/OS/InitialSetup"
 arch="all !armhf !s390x !ppc64le" # limited by gnome-shell&mutter
@@ -23,7 +23,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dregion-page=false \
 		-Dsoftware-sources=disabled \
 		-Dsystemd=false \
diff --git a/community/gnome-maps/APKBUILD b/community/gnome-maps/APKBUILD
index 570f00372e038e2d52c127580c351011c6ee90d5..5984054d708f10c3969d892ec287f0e852f8da2a 100644
--- a/community/gnome-maps/APKBUILD
+++ b/community/gnome-maps/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-maps
 pkgver=3.34.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple map client"
 url="https://wiki.gnome.org/Apps/Maps"
 arch="all !s390x" # gjs missing
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-music/APKBUILD b/community/gnome-music/APKBUILD
index 2e2af7c9e6fcb7c7dfcc8d2860a7e09e1cadb649..7359bd2a23515e4d2a5a3270c6accd0ba9f645fb 100644
--- a/community/gnome-music/APKBUILD
+++ b/community/gnome-music/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-music
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Music is the new GNOME music playing application"
 url="https://wiki.gnome.org/Apps/Music"
 arch="all"
@@ -24,7 +24,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD
index e30b5df25f67b26a4dc77ff6b8c599886d7c2ac3..08d81ec521f77adc1c2f5c10614a7714a35f81b1 100644
--- a/community/gnome-passwordsafe/APKBUILD
+++ b/community/gnome-passwordsafe/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-passwordsafe
 pkgver=3.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A password manager for GNOME"
 url="https://gitlab.gnome.org/World/PasswordSafe"
 arch="noarch !s390x" # Limited by py3-keepass
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-photos/APKBUILD b/community/gnome-photos/APKBUILD
index a8f86e28ab17fee0b2aed3f816d3b2999f998e29..ea02433ea96f959c22983308ecc120e056068906 100644
--- a/community/gnome-photos/APKBUILD
+++ b/community/gnome-photos/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-photos
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Access, organize and share your photos on GNOME"
 url="https://wiki.gnome.org/Apps/Photos"
 arch="all !s390x" # Limited by gegl-dev
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Ddogtail=false \
 		. output
 	ninja -C output
diff --git a/community/gnome-podcasts/APKBUILD b/community/gnome-podcasts/APKBUILD
index 4bf2011d11f5f58f52d70e86190988698607cc53..a57e1622d2113e8dc4914b57c1106d4aec80f6e9 100644
--- a/community/gnome-podcasts/APKBUILD
+++ b/community/gnome-podcasts/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-podcasts
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Podcast app for GNOME"
 url="https://wiki.gnome.org/Apps/Podcasts"
 arch="all !s390x !x86" # rust crashing on x86, missing deps on s390x
@@ -25,7 +25,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-power-manager/APKBUILD b/community/gnome-power-manager/APKBUILD
index 88c67639c33fb743092332f637c938cab7c0497d..c3c92aa2f9d4a896a8d2bf40e81c8b0ef305b043 100644
--- a/community/gnome-power-manager/APKBUILD
+++ b/community/gnome-power-manager/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-power-manager
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME power manager"
 url="https://gitlab.gnome.org/GNOME/gnome-power-manager"
 arch="all"
@@ -14,7 +14,7 @@ source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--sysconfdir=/etc \
 		output .
 	ninja -C output
diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD
index 0ba47beda577ad5678c55123a0889a942a53a9ca..a809b8600d6644a6cb4840a6a8a17a6448768fe4 100644
--- a/community/gnome-screenshot/APKBUILD
+++ b/community/gnome-screenshot/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-screenshot
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Screenshot capture utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-settings-daemon/APKBUILD b/community/gnome-settings-daemon/APKBUILD
index 1b331e6c2feef6a5596bab8f2cedd4e6a4eecf01..aa8e20db42b24552694f955fd0ce16e574b65051 100644
--- a/community/gnome-settings-daemon/APKBUILD
+++ b/community/gnome-settings-daemon/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-settings-daemon
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME settings daemon"
 url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
 arch="all !s390x"
@@ -26,7 +26,7 @@ build() {
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dsystemd=false \
 		. output
 	ninja -C output
diff --git a/community/gnome-shell-extensions/APKBUILD b/community/gnome-shell-extensions/APKBUILD
index de118f214c830760063fe934a48b5b748d2da91f..431ebd8f62232753db37d8af0e963fde78857e38 100644
--- a/community/gnome-shell-extensions/APKBUILD
+++ b/community/gnome-shell-extensions/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-shell-extensions
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of extensions for GNOME Shell"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
 arch="noarch"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dextension_set=all \
 		-Dclassic_mode=true \
 		. output
diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD
index 93a23ca91991542aafaaae102d19554282ebe0bb..a56c294334209fb2fd41cd579285f419966d14f3 100644
--- a/community/gnome-shell/APKBUILD
+++ b/community/gnome-shell/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-shell
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME shell"
 url="https://wiki.gnome.org/Projects/GnomeShell"
 arch="all !s390x !ppc64le"
@@ -63,7 +63,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dsystemd=false \
 		. output
 	ninja -C output
diff --git a/community/gnome-sound-recorder/APKBUILD b/community/gnome-sound-recorder/APKBUILD
index c65d4797051062053c3a30cfa84d86b308ebcd7e..3cb31d9919a4e2e6b98a3178643303ca2292188e 100644
--- a/community/gnome-sound-recorder/APKBUILD
+++ b/community/gnome-sound-recorder/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-sound-recorder
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple and modern sound recorder"
 url="https://wiki.gnome.org/Apps/SoundRecorder"
 arch="all !s390x" # Dependency gjs-dev is not available on s390x
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-tweaks/APKBUILD b/community/gnome-tweaks/APKBUILD
index 869a91fd02cfd88d59ef380da849d2f579eb29d1..ae4578153646631bebfc14978b9ba5bbd98403cf 100644
--- a/community/gnome-tweaks/APKBUILD
+++ b/community/gnome-tweaks/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-tweaks
 pkgver=3.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME3 tool to customize advanced options"
 url="https://wiki.gnome.org/Apps/Tweaks"
 arch="noarch !s390x !armv7" # mutter is missing
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-usage/APKBUILD b/community/gnome-usage/APKBUILD
index 96c84ba1e8b940187b42492c061b63859381ed34..e51ad0513c3ae69e4d3093a26e5eb84da5fdbd56 100644
--- a/community/gnome-usage/APKBUILD
+++ b/community/gnome-usage/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-usage
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="System resources status"
 url="https://wiki.gnome.org/Apps/Usage"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gnome-weather/APKBUILD b/community/gnome-weather/APKBUILD
index 565aaa6b2fea7109bb5ac6cf30842b8a0c8b41cd..748c2f17aa93f109298ee47f6793e83190193598 100644
--- a/community/gnome-weather/APKBUILD
+++ b/community/gnome-weather/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-weather
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Weather application"
 url="https://wiki.gnome.org/Apps/Weather"
 arch="noarch !s390x" # missing gjs
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gom/APKBUILD b/community/gom/APKBUILD
index c41d342aa7019279e7874e7fb20daca23ff6f0c1..ddfb3102c0b8d08548b889f6c6b4f99025b85e82 100644
--- a/community/gom/APKBUILD
+++ b/community/gom/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gom
 pkgver=0.4
-pkgrel=0
+pkgrel=1
 pkgdesc="GObject Data Mapper"
 url="https://wiki.gnome.org/Projects/Gom"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD
index b7ad88ed2c1ff98260635c0beea6e072367e3b6c..a2c3c3db0d1ff0fdf4f6a6c47611288e599169b9 100644
--- a/community/gpaste/APKBUILD
+++ b/community/gpaste/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gpaste
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Clipboard managment system"
 url="https://github.com/Keruspe/GPaste"
 arch="all !armhf !s390x !ppc64le" # limited by gnome-control-center
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dsystemd=false \
 		. output
 	ninja -C output
diff --git a/community/graphene/APKBUILD b/community/graphene/APKBUILD
index 58bdb2d63cf2e4609e4dbe301715a4f43cb48991..57fac97a4c3082f0f7ce6128a470903bd1c36d6a 100644
--- a/community/graphene/APKBUILD
+++ b/community/graphene/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname="graphene"
 pkgver="1.10.0"
-pkgrel=1
+pkgrel=2
 pkgdesc="A thin layer of graphic data types"
 url="http://ebassi.github.io/graphene/"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dinstalled_tests=false \
 		. output
 	ninja -C output
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD
index 627a464774bae879a3ec374ad29e280be20ec65c..813dbc3b94c61ef26dd8c140e4fe1a1e648096cc 100644
--- a/community/greenbone-security-assistant/APKBUILD
+++ b/community/greenbone-security-assistant/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=greenbone-security-assistant
 _pkgname=gsad
 pkgver=9.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend"
 url="http://www.openvas.org/"
 arch="all"
@@ -32,7 +32,7 @@ prepare() {
 
 build() {
 	cd $builddir/build
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSCONFDIR=/etc \
 		-DSBINDIR=/usr/sbin \
diff --git a/community/grilo-plugins/APKBUILD b/community/grilo-plugins/APKBUILD
index 2abf3410e6799c37810bd61000959d9f1ad7d1f8..b44e344cbbf752812cf5b55b81f71b6f5eb48c31 100644
--- a/community/grilo-plugins/APKBUILD
+++ b/community/grilo-plugins/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=grilo-plugins
 pkgver=0.3.11
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME media discovery framework plugins"
 url="https://wiki.gnome.org/Projects/Grilo"
 arch="all"
@@ -17,7 +17,7 @@ source="https://download.gnome.org/sources/grilo-plugins/${pkgver%.*}/grilo-plug
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Denable-chromaprint=no \
 		-Denable-lua-factory=no \
 		. output
diff --git a/community/grilo/APKBUILD b/community/grilo/APKBUILD
index d696d143be7d71b252e5740511967328b2c3649f..7fec274c62c10064ee256061c7e92d2160aded5f 100644
--- a/community/grilo/APKBUILD
+++ b/community/grilo/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=grilo
 pkgver=0.3.12
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME media discovery framework"
 url="https://wiki.gnome.org/Projects/Grilo"
 arch="all"
@@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/grilo/${pkgver%.*}/grilo-$pkgver.tar.
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Denable-introspection=true \
 		-Denable-vala=true \
 		build
diff --git a/community/grim/APKBUILD b/community/grim/APKBUILD
index 54a94cb04875d63342a388417a99a27aced822a1..57ef0969574d2608bb259bb874b29635e022332b 100644
--- a/community/grim/APKBUILD
+++ b/community/grim/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=grim
 pkgver=1.3.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Grabs images from Wayland compositors"
 options="!check" # No testsuite
 url="https://wayland.emersion.fr/grim/"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gsettings-desktop-schemas/APKBUILD b/community/gsettings-desktop-schemas/APKBUILD
index 378cfbd2a714221f85f8d4e62813804c478e58ef..0d45338f1b4e5018df82c6a37fe3c2b942993a35 100644
--- a/community/gsettings-desktop-schemas/APKBUILD
+++ b/community/gsettings-desktop-schemas/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gsettings-desktop-schemas
 pkgver=3.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of GSettings schemas"
 url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
 arch="noarch"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/gst-libav/APKBUILD b/community/gst-libav/APKBUILD
index eb3cd7025ef2ef5eced2b2e1646df7584e8f2b4e..ad56ce347c746febdfbf87ef4bd8a0e9f5bab40c 100644
--- a/community/gst-libav/APKBUILD
+++ b/community/gst-libav/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gst-libav
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer streaming media framework libav plugin"
 url="https://gstreamer.freedesktop.org"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dpackage-origin="https://alpinelinux.org" \
 		-Dpackage-name="GStreamer libav plugin (Alpine Linux)" \
 		. output
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD
index fe7156666a075d474972ea63b9efd6259451dc3f..194850622e4841379f2e9117dc43af209fae1492 100644
--- a/community/gst-plugins-bad/APKBUILD
+++ b/community/gst-plugins-bad/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gst-plugins-bad
 pkgver=1.16.2
-pkgrel=5
+pkgrel=6
 pkgdesc="GStreamer streaming media framework bad plug-ins"
 url="https://gstreamer.freedesktop.org"
 arch="all"
@@ -31,7 +31,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dpackage-origin="https://alpinelinux.org" \
 		-Dpackage-name="GStreamer bad plug-ins (Alpine Linux)" \
 		-Dintrospection=enabled \
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD
index dfca70b17d8ba2d623036099405d5da73e218d91..7bbf7f29cca25528bbcccd063d932148f5fe97b6 100644
--- a/community/gst-plugins-good/APKBUILD
+++ b/community/gst-plugins-good/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gst-plugins-good
 pkgver=1.16.2
-pkgrel=4
+pkgrel=5
 pkgdesc="GStreamer streaming media framework good plug-ins"
 url="https://gstreamer.freedesktop.org"
 arch="all"
@@ -45,7 +45,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dpackage-origin="https://alpinelinux.org" \
 		-Dpackage-name="GStreamer good plug-ins (Alpine Linux)" \
 		. output
diff --git a/community/gst-plugins-ugly/APKBUILD b/community/gst-plugins-ugly/APKBUILD
index ec48becab86648e9f1dddb7358305cb12b3ab9f6..573fc4d211658136f45a4f69e5574768663c62fb 100644
--- a/community/gst-plugins-ugly/APKBUILD
+++ b/community/gst-plugins-ugly/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gst-plugins-ugly
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer streaming media framework ugly plug-ins"
 url="https://gstreamer.freedesktop.org"
 arch="all"
@@ -24,7 +24,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dpackage-origin="https://alpinelinux.org" \
 		-Dpackage-name="GStreamer ugly plug-ins (Alpine Linux)" \
 		. output
diff --git a/community/gtk-layer-shell/APKBUILD b/community/gtk-layer-shell/APKBUILD
index 54f726d2ce6edc4702b4855e0897761eb09f3128..fb4ec386a9777d598f515e1460563da6ead28b78 100644
--- a/community/gtk-layer-shell/APKBUILD
+++ b/community/gtk-layer-shell/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=gtk-layer-shell
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Create panels and other desktop components in Wayland using the Layer Shell protocol"
 options="!check" # No testsuite
 url="https://github.com/wmww/gtk-layer-shell"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dexamples=false \
 		-Ddocs=false \
 		. output
diff --git a/community/gtk-vnc/APKBUILD b/community/gtk-vnc/APKBUILD
index 50595591b9340eda8ab8427646c79cb3faf65b3e..14cd7eb1039bbcd242c51d1408d81cabcb12f82e 100644
--- a/community/gtk-vnc/APKBUILD
+++ b/community/gtk-vnc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gtk-vnc
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A VNC viewer widget for GTK"
 url="https://wiki.gnome.org/Projects/gtk-vnc"
 arch="all"
@@ -25,7 +25,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dwith-vala=true \
 		-Dwith-coroutine=gthread \
 		. output
diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD
index 2f5a8562560900b868fd54de43aee89578acff23..c423ac55661601ba74a3a0a56f10fa9c43c50047 100644
--- a/community/gtk4.0/APKBUILD
+++ b/community/gtk4.0/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gtk4.0
 pkgver=3.98.0
-pkgrel=0
+pkgrel=1
 pkgdesc="The GTK Toolkit (v4)"
 url="https://www.gtk.org/"
 install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
@@ -68,7 +68,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dbroadway-backend=true \
 		-Dman-pages=true \
 		-Ddocumentation=true \
diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD
index 83207fa4d3c22a844db7e941c00b9b0f3788d8f3..39a12e61cce414974ca4427b9268944029d06a8e 100644
--- a/community/gtksourceview4/APKBUILD
+++ b/community/gtksourceview4/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gtksourceview4
 pkgver=4.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
 arch="all !s390x" # Limited by ibus -> librsvg
@@ -23,7 +23,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dglade_catalog=true \
 		. output
 	ninja -C output
diff --git a/community/gvfs/APKBUILD b/community/gvfs/APKBUILD
index 6535ea279ca30445a6ab63ca10891e9f2440b48d..6547f63e356b53a44d203f54fdec8933beb7e3c2 100644
--- a/community/gvfs/APKBUILD
+++ b/community/gvfs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gvfs
 pkgver=1.42.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Backends for the gio framework in GLib"
 url="https://wiki.gnome.org/Projects/gvfs"
 arch="all"
@@ -40,7 +40,7 @@ source="https://download.gnome.org/sources/gvfs/${pkgver%.*}/gvfs-$pkgver.tar.xz
 
 build() {
 	meson \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--prefix=/usr \
 		--libexecdir=/usr/libexec/gvfs \
 		--sysconfdir=/etc \
diff --git a/community/gvm-libs/APKBUILD b/community/gvm-libs/APKBUILD
index 0796b6db3f1b62bd4581ad8e219412439ccf34f9..6cdf01a2e5edb5c2ef3d40576e10a0196db4de64 100644
--- a/community/gvm-libs/APKBUILD
+++ b/community/gvm-libs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=gvm-libs
 pkgver=11.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Greenbone Vulnerability Management Libraries"
 url="https://www.openvas.org/"
 arch="all"
@@ -31,7 +31,7 @@ prepare() {
 
 build() {
 	cd $builddir/build
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_STATIC=0 \
 		-DBUILD_SHARED=1 \
diff --git a/community/gvmd/APKBUILD b/community/gvmd/APKBUILD
index 073c136d0a44f2fa48e86408863ccb46619f82ea..70f751bc397286a7ed1e8b1ab807885e96491c9c 100644
--- a/community/gvmd/APKBUILD
+++ b/community/gvmd/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=gvmd
 pkgver=9.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Greenbone Vulnerability Manager"
 url="https://www.openvas.org/"
 arch="all"
@@ -39,7 +39,7 @@ prepare() {
 
 build() {
 	cd "$builddir"/build
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DSBINDIR=/usr/bin \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSCONFDIR=/etc \
diff --git a/community/gwenview/APKBUILD b/community/gwenview/APKBUILD
index 2b9897ce9257850f3c7083e9edbc79f7ae2a828b..d850107e4b6fbf863f3367650a086b664836d6cb 100644
--- a/community/gwenview/APKBUILD
+++ b/community/gwenview/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=gwenview
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/graphics/org.kde.gwenview"
 pkgdesc="Fast and easy to use image viewer by KDE"
@@ -24,7 +24,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/imgbrd-grabber/APKBUILD b/community/imgbrd-grabber/APKBUILD
index dd7da31e89f72c14fa1626be45e398a5b2cfdf91..90f51f22c3213ade4aa2f8e4d9bafdd6fb5f3a3d 100644
--- a/community/imgbrd-grabber/APKBUILD
+++ b/community/imgbrd-grabber/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=imgbrd-grabber
 pkgver=7.1.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Powerful imageboard/booru downloader"
 options="!check" # Tests requires graphics
 url="https://bionus.github.io/imgbrd-grabber"
@@ -24,7 +24,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		$CMAKE_CROSSOPTS
diff --git a/community/innoextract/APKBUILD b/community/innoextract/APKBUILD
index 87068163497dfb010d988b27e32cfea383e13358..aabab6112b57f38ae53cd86bb739babd1bbeece9 100644
--- a/community/innoextract/APKBUILD
+++ b/community/innoextract/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michael Koloberdin <koloberdin@gmail.com>
 pkgname=innoextract
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to extract installers created by Inno Setup"
 url="https://constexpr.org/innoextract/"
 arch="all"
@@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$pkgver"
 build() {
 	cd "$builddir"
 	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DBoost_NO_BOOST_CMAKE=ON \
 		.
 	make
diff --git a/community/intel-gmmlib/APKBUILD b/community/intel-gmmlib/APKBUILD
index 4e2fe6fed13ce15a0a70c7fe9556cb1b4615856c..25caf87aa73cee711753cc28efbfff732cf3f2f4 100644
--- a/community/intel-gmmlib/APKBUILD
+++ b/community/intel-gmmlib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=intel-gmmlib
 pkgver=19.4.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 options="!check"
 url="https://github.com/intel/gmmlib/"
@@ -21,7 +21,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-Wno-dev \
diff --git a/community/intel-media-driver/APKBUILD b/community/intel-media-driver/APKBUILD
index ca820a55a7fa7988bb91539c67f4170ea604d0cc..6a8e2df1b1468b03294a85c6f77cac2c2377d348 100644
--- a/community/intel-media-driver/APKBUILD
+++ b/community/intel-media-driver/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=intel-media-driver
 pkgver=19.4.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI - Broadwell+ iGPUs"
 url="https://github.com/intel/media-driver"
 arch="x86_64"
@@ -25,7 +25,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DINSTALL_DRIVER_SYSCONF=OFF \
diff --git a/community/jreen/APKBUILD b/community/jreen/APKBUILD
index 4d957ba937e84edb007513b7ee904c419e564c83..9bf8f3bff2269695c837c1989042f9f28928b66c 100644
--- a/community/jreen/APKBUILD
+++ b/community/jreen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=jreen
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Free and Opensource Jabber library, written in C++ using cross-platform framework Qt."
 url="http://qutim.org/jreen"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 	mkdir -p "$builddir"/build
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/jsonrpc-glib/APKBUILD b/community/jsonrpc-glib/APKBUILD
index f4dc7f679164cfea6dd1b3c925ffaa9d52c1eaae..eb27642b2bab42bfc9a3f397fed53076c5ed50ad 100644
--- a/community/jsonrpc-glib/APKBUILD
+++ b/community/jsonrpc-glib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=jsonrpc-glib
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to communicate using the JSON-RPC 2.0 specification"
 url="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
 arch="all"
@@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/jsonrpc-glib/${pkgver%.*}/jsonrpc-gli
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Denable_gtk_doc=true \
 		. output
 	ninja -C output
diff --git a/community/juk/APKBUILD b/community/juk/APKBUILD
index 4c7fd3bb65273d6396b9b1d2df462469dc591127..9ac15fa0dbd1d48115c998d8fa6907cf011f275d 100644
--- a/community/juk/APKBUILD
+++ b/community/juk/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=juk
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://juk.kde.org/"
 pkgdesc="A jukebox, tagger and music collection manager"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD
index c625f8dfe06323946cddd15e3a28bd0a20bb7ee7..4c10e559a39544fa941ba91b5aa34c89ac6961a7 100644
--- a/community/kaccounts-integration/APKBUILD
+++ b/community/kaccounts-integration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kaccounts-integration
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/internet/"
 pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kaccounts-providers/APKBUILD b/community/kaccounts-providers/APKBUILD
index 24f1a6a4f0cf071a0a8c71d90d4dacecab468115..4ee0835af4ad063525e4445700ab6168fb9dda60 100644
--- a/community/kaccounts-providers/APKBUILD
+++ b/community/kaccounts-providers/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kaccounts-providers
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # qtdeclarative
 url="https://kde.org/applications/internet/"
 pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kactivities-stats/APKBUILD b/community/kactivities-stats/APKBUILD
index 251baf1f889e5cb372c8ec5033dc732f22f0908c..6a0080266e04d084c0de98e163d4e24b6019e0d4 100644
--- a/community/kactivities-stats/APKBUILD
+++ b/community/kactivities-stats/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Bart Ribbers <bribbers@disroot.org>
 pkgname=kactivities-stats
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 pkgdesc="A library for accessing the usage data collected by the activities system"
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kactivities/APKBUILD b/community/kactivities/APKBUILD
index 612e1ee8d0de812685f14e3a5f9493edeb53dcc1..690ffc6c5029ca9111c885d2dd2479a811e64a17 100644
--- a/community/kactivities/APKBUILD
+++ b/community/kactivities/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kactivities
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 pkgdesc="Core components for the KDE's Activities"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kactivitymanagerd/APKBUILD b/community/kactivitymanagerd/APKBUILD
index 13d2f8a53d83d0663c2acea5f0f8b3ee6898f453..3edb0914fa208616823588ac8b496227791f77fe 100644
--- a/community/kactivitymanagerd/APKBUILD
+++ b/community/kactivitymanagerd/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kactivitymanagerd
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="System service to manage user's activities and track the usage patterns"
 arch="all !armhf" # disable armhf due to missing qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kaidan/APKBUILD b/community/kaidan/APKBUILD
index cd25661390c18b2212026c82660b26e4a49fe326..34eb68f0989267c807f5debc7ecd08e67a7129ed 100644
--- a/community/kaidan/APKBUILD
+++ b/community/kaidan/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kaidan
 pkgver=0.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://invent.kde.org/kde/kaidan"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DQUICK_COMPILER=TRUE \
diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD
index b9c9525fc63e08ba58bcfde22ce5b14ba63d3cb7..460d979faba7270f193a44154c9f8dc3c69c23bf 100644
--- a/community/kapidox/APKBUILD
+++ b/community/kapidox/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kapidox
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="noarch !armhf" # armhf blocked by extra-cmake-modules
 pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style"
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/karchive/APKBUILD b/community/karchive/APKBUILD
index 9ccfd879546f4e46a4bc48523b780547489a51c2..ec64374be8d80436d238c5b2ea9628c0cfd4db74 100644
--- a/community/karchive/APKBUILD
+++ b/community/karchive/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=karchive
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt 5 addon providing access to numerous types of archives"
 arch="all !armhf" # qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kate/APKBUILD b/community/kate/APKBUILD
index c8d4455e8ea27eaed7dcfecb49df3b69d220de32..0548130cc4b87a5952bf29562ed50a1b7aeaf80e 100644
--- a/community/kate/APKBUILD
+++ b/community/kate/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kate
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.kate"
 pkgdesc="A multi-document, multi-view text editor"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build/kate
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_kwrite=FALSE
@@ -29,7 +29,7 @@ build() {
 
 	cd "$builddir"/build/kwrite
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_kate=FALSE \
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD
index 86e8d586f07262862fe0539b88b2f41ada58404d..ca6914b88df209c44b8ce301a89dec9129265265 100644
--- a/community/kauth/APKBUILD
+++ b/community/kauth/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kauth
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Abstraction to system policy and authentication features"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kbookmarks/APKBUILD b/community/kbookmarks/APKBUILD
index cf59069465f2a8d10bfcc7ee74be719a9ac56e1d..36d592ed70867413d3f5dbec019514dfb67f35ce 100644
--- a/community/kbookmarks/APKBUILD
+++ b/community/kbookmarks/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kbookmarks
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for bookmarks and the XBEL format"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcalc/APKBUILD b/community/kcalc/APKBUILD
index 58e818e216f443eeaed42b4eb1448c843dd43665..f07b8631963d9d66b1c2bffc5178a9d8cb0e42cc 100644
--- a/community/kcalc/APKBUILD
+++ b/community/kcalc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcalc
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.kcalc"
 pkgdesc="Scientific Calculator"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index 3230b8aa806f9b472c288b78816a2079450a55a4..4f0e7d4219096d6ff7979d797d197f9e3ae543d4 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcalendarcore
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="The KDE calendar access library"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcmutils/APKBUILD b/community/kcmutils/APKBUILD
index 032ab378b85e3b2f1a359c3d0e53a48534afe5ea..3d834cbf4bcbec7998ffdcd083053b9dd838d343 100644
--- a/community/kcmutils/APKBUILD
+++ b/community/kcmutils/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcmutils
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Utilities for interacting with KCModules"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcodecs/APKBUILD b/community/kcodecs/APKBUILD
index 3acb2a54d7cc4e0a21427b5b8f2b5f2c9dbc9aed..b0cf6f3d4f32d1b8a596a2c2467c5db86e60fafa 100644
--- a/community/kcodecs/APKBUILD
+++ b/community/kcodecs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcodecs
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Provide a collection of methods to manipulate strings using various encodings"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcolorchooser/APKBUILD b/community/kcolorchooser/APKBUILD
index 1747ae978a91547aab8019ae38980109bffd092e..c7aff8c1cf9ba38177b5f81311022a6f944698dc 100644
--- a/community/kcolorchooser/APKBUILD
+++ b/community/kcolorchooser/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcolorchooser
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/graphics/org.kde.kcolorchooser"
 pkgdesc="A color palette tool, used to mix colors and create custom color palettes"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kcompletion/APKBUILD b/community/kcompletion/APKBUILD
index 6339a2e6532a035deeeac7c36f01e49072795755..690941bdf1284aecca40853c7697e4ba3ecf9fbf 100644
--- a/community/kcompletion/APKBUILD
+++ b/community/kcompletion/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcompletion
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Text completion helpers and widgets"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kconfig/APKBUILD b/community/kconfig/APKBUILD
index e6eccb4cf9952d52c912af75392491f2ed841503..5befc6c24635760292afccac99d1570f203423d4 100644
--- a/community/kconfig/APKBUILD
+++ b/community/kconfig/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kconfig
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Configuration system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kconfigwidgets/APKBUILD b/community/kconfigwidgets/APKBUILD
index e5a3c2e922a130bf73d747adb51dbf1a1358e7a4..8183ef367a62d657a962f420214285a25ee114d7 100644
--- a/community/kconfigwidgets/APKBUILD
+++ b/community/kconfigwidgets/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kconfigwidgets
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Widgets for KConfig"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcontacts/APKBUILD b/community/kcontacts/APKBUILD
index dbfb5df501a3837c0b147bf0a1256ed83412859e..625c2848f38f635d24dcc946a545d27a36ff723a 100644
--- a/community/kcontacts/APKBUILD
+++ b/community/kcontacts/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcontacts
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Address book API for KDE"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcoreaddons/APKBUILD b/community/kcoreaddons/APKBUILD
index 2e80ee385c61b54496a2004ad99820349db47113..7c4db6bd628f2a75ea988471157eb35a83477550 100644
--- a/community/kcoreaddons/APKBUILD
+++ b/community/kcoreaddons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcoreaddons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Addons to QtCore"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcrash/APKBUILD b/community/kcrash/APKBUILD
index 28aa82bc9c19dd002f2befedc40c638c3d9524cf..37f99f1ed236681e6b7c2a1df324b14f11db7c72 100644
--- a/community/kcrash/APKBUILD
+++ b/community/kcrash/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcrash
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for application crash analysis and bug report from apps"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kcron/APKBUILD b/community/kcron/APKBUILD
index 876d81541fb0f590d8aed491cce4b8378c28d3b6..6839a1b3b0176623dbd33cc4ba59a347a540d103 100644
--- a/community/kcron/APKBUILD
+++ b/community/kcron/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kcron
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # Missing dependencies
 url="https://kde.org/applications/system/"
 pkgdesc="Configure and schedule tasks"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdbusaddons/APKBUILD b/community/kdbusaddons/APKBUILD
index 4d7b3a0fb15b4ce5a08d40a6cb13027f2ff62510..1fb40a95c823b7803e4bd7236e36931f2e71c2df 100644
--- a/community/kdbusaddons/APKBUILD
+++ b/community/kdbusaddons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdbusaddons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Addons to QtDBus"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kde-cli-tools/APKBUILD b/community/kde-cli-tools/APKBUILD
index d592d7aae3ecc7a958419b95b03d98b1a2b176f5..78be54aa9936527448a042fb3d2c91a61b9cd5cc 100644
--- a/community/kde-cli-tools/APKBUILD
+++ b/community/kde-cli-tools/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kde-cli-tools
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://cgit.kde.org/kde-cli-tools"
@@ -15,7 +15,7 @@ options="!check" # Broken
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kde-gtk-config/APKBUILD b/community/kde-gtk-config/APKBUILD
index 23501c28abc0f95a9c79914752c54616fbebe3f3..a8adbd162a60e7a7b7cd4a5980943d993de29c26 100644
--- a/community/kde-gtk-config/APKBUILD
+++ b/community/kde-gtk-config/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kde-gtk-config
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="GTK2 and GTK3 Configurator for KDE"
 arch="all !armhf" # qtdeclarative
 url="https://cgit.kde.org/kde-gtk-config"
@@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/kde-gtk-config-$pkgver.ta
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kdeclarative/APKBUILD b/community/kdeclarative/APKBUILD
index f8dd74aed40fe06e299d6eee37f79f679c841b3c..24179f8d33b7fb8dec71e8cabf039eba5f2f967d 100644
--- a/community/kdeclarative/APKBUILD
+++ b/community/kdeclarative/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdeclarative
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Provides integration of QML and KDE Frameworks"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kdeconnect/APKBUILD b/community/kdeconnect/APKBUILD
index 855124afaf5d412a231a106221916f5de515d299..adb00173725fe94205433e17461ad9a7a00f9732 100644
--- a/community/kdeconnect/APKBUILD
+++ b/community/kdeconnect/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdeconnect
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds communication between KDE and your smartphone"
 url="https://community.kde.org/KDEConnect"
 arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_INSTALL_LIBEXECDIR=lib \
diff --git a/community/kdecoration/APKBUILD b/community/kdecoration/APKBUILD
index a88bccff41eacb15cb829b925c200e54c8519cb7..e89066091e032922417bfcd367794a046c099b3d 100644
--- a/community/kdecoration/APKBUILD
+++ b/community/kdecoration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdecoration
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Plugin based library to create window decorations"
 arch="all !armhf"
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kded/APKBUILD b/community/kded/APKBUILD
index a5555d11756905b60b058345a9cfbb85429ac25f..aacf0312e459e84489e10608a49805c76dd2076e 100644
--- a/community/kded/APKBUILD
+++ b/community/kded/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kded
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Extensible deamon for providing system level services"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdelibs4support/APKBUILD b/community/kdelibs4support/APKBUILD
index 0e7f583dfe08bdf9d04ceccb01b32106b3dadb88..dbe79e9683581fd41d289e4da38c22ccc93f4093 100644
--- a/community/kdelibs4support/APKBUILD
+++ b/community/kdelibs4support/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdelibs4support
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Porting aid from KDELibs4"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdeplasma-addons/APKBUILD b/community/kdeplasma-addons/APKBUILD
index c79699c0ecb140840a8100a81f053e1a87cc93da..3d87a3c6402443ff81a28eedbc48514433c4b027 100644
--- a/community/kdeplasma-addons/APKBUILD
+++ b/community/kdeplasma-addons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdeplasma-addons
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="All kind of addons to improve your Plasma experience"
 # ppc64le and s390x blocked by qt5-qtwebengine
 # armhf blocked by qt5-qtdeclarative
@@ -21,7 +21,7 @@ subpackages="$pkgname-dev $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kdesignerplugin/APKBUILD b/community/kdesignerplugin/APKBUILD
index 3cdb1045af505fc900c735c8eb29ce6229fb2d4f..621cf99036b4b2a6889ce943e63f9c6e303e2c46 100644
--- a/community/kdesignerplugin/APKBUILD
+++ b/community/kdesignerplugin/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdesignerplugin
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdesu/APKBUILD b/community/kdesu/APKBUILD
index 86c7b26f28e6cbccb3abf66b34c3717d85520a6e..5120cb2c0dbd373e3d6abdf21f50fd9d485f0300 100644
--- a/community/kdesu/APKBUILD
+++ b/community/kdesu/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdesu
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Integration with su for elevated privileges"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -24,7 +24,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdewebkit/APKBUILD b/community/kdewebkit/APKBUILD
index 803a986eb9a7bb4a0b3eab85f64f1fd62a5a8040..5c7dc9b5815969deea2f98dc3a6faccdb4bd8b53 100644
--- a/community/kdewebkit/APKBUILD
+++ b/community/kdewebkit/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdewebkit
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Integration of the HTML rendering engine WebKit"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdialog/APKBUILD b/community/kdialog/APKBUILD
index ead2e35fbc5b7a04a8715e6ec4d49e968306f575..7c1274de0ec20a9422362c7ea82a7f1255ddfb11 100644
--- a/community/kdialog/APKBUILD
+++ b/community/kdialog/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdialog
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/"
 pkgdesc="A utility for displaying dialog boxes from shell scripts"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kdnssd/APKBUILD b/community/kdnssd/APKBUILD
index e0432b5b37fd600166e9762a7db6cf76331c2f28..23d4e43aaa2b2cebfd7deed66e48b2711f4079e3 100644
--- a/community/kdnssd/APKBUILD
+++ b/community/kdnssd/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdnssd
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 pkgdesc="Network service discovery using Zeroconf"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kdoctools/APKBUILD b/community/kdoctools/APKBUILD
index b7fff3893179b58cadcd173a66b14b43a60d5eef..57f32506c5f6ec2218cbeb1599d4bcc1d9953b16 100644
--- a/community/kdoctools/APKBUILD
+++ b/community/kdoctools/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kdoctools
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Documentation generation from docbook"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/keditbookmarks/APKBUILD b/community/keditbookmarks/APKBUILD
index 4a2c0daf1a57d847f8b917d11e40dd4228e69a5f..61c68eba33b744b753727be8476f2e191cbda151 100644
--- a/community/keditbookmarks/APKBUILD
+++ b/community/keditbookmarks/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=keditbookmarks
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/"
 pkgdesc="Bookmark Organizer and Editor"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/keepassxc/APKBUILD b/community/keepassxc/APKBUILD
index 45932687f04ed89807356238b6f3353cacc0403b..33c24436b7d98c1a51a16cd811b5e14d7cb906c7 100644
--- a/community/keepassxc/APKBUILD
+++ b/community/keepassxc/APKBUILD
@@ -5,7 +5,7 @@
 # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com>
 pkgname=keepassxc
 pkgver=2.5.3
-pkgrel=0
+pkgrel=1
 pkgdesc="Community-driven port of the Windows application Keepass Password Safe"
 url="https://keepassxc.org/"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 	cmake . \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DKEEPASSXC_BUILD_TYPE=RelWithDebInfo \
 		-DWITH_XC_AUTOTYPE=ON \
 		-DWITH_XC_NETWORKING=ON \
diff --git a/community/kemoticons/APKBUILD b/community/kemoticons/APKBUILD
index 39893742f2c5bd38a726a97e3d810e59cfa4c27b..dc6c448626446fc3783bd5b01265fd78a1440adb 100644
--- a/community/kemoticons/APKBUILD
+++ b/community/kemoticons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kemoticons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for emoticons and emoticons themes"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kfilemetadata/APKBUILD b/community/kfilemetadata/APKBUILD
index d10fcc747b7e9c3521b78064f36601e4922618d8..14e67b68babfec4efd0155d01e5d37fb00b267eb 100644
--- a/community/kfilemetadata/APKBUILD
+++ b/community/kfilemetadata/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kfilemetadata
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A library for extracting file metadata"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kfind/APKBUILD b/community/kfind/APKBUILD
index 104084d7be054c23d8beead1da97abc3de925969..fb9193cebfb460fceaf140b573280d3f3a2278fb 100644
--- a/community/kfind/APKBUILD
+++ b/community/kfind/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kfind
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/utilities/kfind"
 pkgdesc="Find Files/Folders"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kgamma5/APKBUILD b/community/kgamma5/APKBUILD
index 8cd1b2ce5cfc43a5cc3864d5f5af2d72abc3cb24..28f72549e7e6f33b49327afa2f819da2ebfd85fc 100644
--- a/community/kgamma5/APKBUILD
+++ b/community/kgamma5/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kgamma5
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Adjust your monitor's gamma settings"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kget/APKBUILD b/community/kget/APKBUILD
index 49242de5cedd346137659e91809a5f719b604750..8cca40416ba6b4d98bd97425ce18ce462330550a 100644
--- a/community/kget/APKBUILD
+++ b/community/kget/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kget
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 # ppc64le and s390x blocked by plasma-workspace -> libksysguard -> qt5-qtwebengine
 # armhf blocked by extra-cmake-modules
 arch="all !ppc64le !s390x !armhf"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kglobalaccel/APKBUILD b/community/kglobalaccel/APKBUILD
index 9dfb16599e0d8ad08ba958c8b52b56eeb43261fe..2e4e6056f646b4a3834f6de4bb7b62d50a7c25bc 100644
--- a/community/kglobalaccel/APKBUILD
+++ b/community/kglobalaccel/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kglobalaccel
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Add support for global workspace shortcuts"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kguiaddons/APKBUILD b/community/kguiaddons/APKBUILD
index 56f90b9a7a3e395a9a0e9aafb81a563f6ab87b2d..7f806adb5f832e2bc40528fc8e80164a17c6264d 100644
--- a/community/kguiaddons/APKBUILD
+++ b/community/kguiaddons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kguiaddons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Addons to QtGui"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kholidays/APKBUILD b/community/kholidays/APKBUILD
index e5aa236ee2480224bd86c2aa71069eec9adc01ae..17ebb4f9b73b5f380d3c72e4eef5c5b6abaadbcd 100644
--- a/community/kholidays/APKBUILD
+++ b/community/kholidays/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kholidays
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for icon themes"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/khotkeys/APKBUILD b/community/khotkeys/APKBUILD
index 9de6a81de24c431e0bef843be8291b871afe5940..2c542ab39c5b6f45deabfb599d7ae9d97ccaa861 100644
--- a/community/khotkeys/APKBUILD
+++ b/community/khotkeys/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=khotkeys
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
 pkgdesc="Key Accelerator Application"
@@ -14,7 +14,7 @@ options="!check" # No tests
 
 build() {	
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/khtml/APKBUILD b/community/khtml/APKBUILD
index 89e6ca3d20bffe19172eedeb073242bad9ba8d28..226bc2c28f945f1d324c4d1639773c10d7f188c2 100644
--- a/community/khtml/APKBUILD
+++ b/community/khtml/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=khtml
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="The KDE HTML library, ancestor of WebKit"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/ki18n/APKBUILD b/community/ki18n/APKBUILD
index 2a5aa0dfe6466b7ef6fffd65ccb42537dd32dcf7..979acbc5e06a194120bc56f3574aaa6565cbd4b9 100644
--- a/community/ki18n/APKBUILD
+++ b/community/ki18n/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ki18n
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Advanced internationalization framework"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kiconthemes/APKBUILD b/community/kiconthemes/APKBUILD
index b6bfdaee49cbf82e60ae1e6736055b997a7c03b8..14ea604370c14209e883ce07d19c23299fee270e 100644
--- a/community/kiconthemes/APKBUILD
+++ b/community/kiconthemes/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kiconthemes
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for icon themes"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kidletime/APKBUILD b/community/kidletime/APKBUILD
index 53569f7d9f9ed72607627c574eefdb73591ca5f8..fc08e8d69a2f119520d7dc5b1792eb562c392273 100644
--- a/community/kidletime/APKBUILD
+++ b/community/kidletime/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kidletime
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Monitoring user activity"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kile/APKBUILD b/community/kile/APKBUILD
index 82d97ba77512c883a20decf613e2b454f1bf9518..1af70a94a3a937caa93f945aaafbff582240df99 100644
--- a/community/kile/APKBUILD
+++ b/community/kile/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kile
 pkgver=2.9.93
-pkgrel=0
+pkgrel=1
 arch="all !ppc64le !armhf" # Limited by texlive
 url="https://kde.org/applications/office/org.kde.kile"
 pkgdesc="A user-friendly TeX/LaTeX editor"
@@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kimageformats/APKBUILD b/community/kimageformats/APKBUILD
index 39ed7576259e8e5ef32f75dd6f03acf003929232..e87d71ad0a5d5e932addd57ce07a96395bb9a3ab 100644
--- a/community/kimageformats/APKBUILD
+++ b/community/kimageformats/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kimageformats
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Image format plugins for Qt5"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kinfocenter/APKBUILD b/community/kinfocenter/APKBUILD
index 50ed9edea90294707c59590598d4380c2f038e13..398057d455b4632eefa5ff8ea3ff398175e3483a 100644
--- a/community/kinfocenter/APKBUILD
+++ b/community/kinfocenter/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kinfocenter
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A utility that provides information about a computer system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/system/kinfocenter"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kinit/APKBUILD b/community/kinit/APKBUILD
index db08b006768d9ec54b3ea3a4bbe20b9558b3c830..23057f6f97dc9e40cf65cab37c47446e3536ef87 100644
--- a/community/kinit/APKBUILD
+++ b/community/kinit/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kinit
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Process launcher to speed up launching KDE applications"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kio-extras/APKBUILD b/community/kio-extras/APKBUILD
index 6ededb4a14c66e38f363457ed4e133440adf40fd..c0d938e2d3f0d52c92be9aa740d46aa453677e24 100644
--- a/community/kio-extras/APKBUILD
+++ b/community/kio-extras/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kio-extras
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/internet/"
 pkgdesc="Additional components to increase the functionality of KIO"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kio/APKBUILD b/community/kio/APKBUILD
index 0c190aba9f149c383b6f5ccb81658670151b6a4c..159584895359f2856a8a70dd53f8d3ec84732cf9 100644
--- a/community/kio/APKBUILD
+++ b/community/kio/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kio
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Resource and network access abstraction"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -27,7 +27,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kirigami2/APKBUILD b/community/kirigami2/APKBUILD
index 695859471542b9df8f5f0a08eee8f4e77a02f5f3..ae704f3cd3bf25328df2be15ef161b98f45eaef8 100644
--- a/community/kirigami2/APKBUILD
+++ b/community/kirigami2/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kirigami2
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A QtQuick based components set"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DKDE_INSTALL_LIBDIR=lib \
 		-DBUILD_EXAMPLES=ON
diff --git a/community/kitemmodels/APKBUILD b/community/kitemmodels/APKBUILD
index 6da140a5f296999e907a2fd2f88ef561842bdb45..7aeda156d1f2e5f4c53a61a494cb6aacf11d3fa0 100644
--- a/community/kitemmodels/APKBUILD
+++ b/community/kitemmodels/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kitemmodels
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Models for Qt Model/View system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kitemviews/APKBUILD b/community/kitemviews/APKBUILD
index 8e6649999c175245dc777b5d61f5a6d18a685745..bab92a863db47a4d350a5d9487f9fb09efeae723 100644
--- a/community/kitemviews/APKBUILD
+++ b/community/kitemviews/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kitemviews
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Widget addons for Qt Model/View"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kjobwidgets/APKBUILD b/community/kjobwidgets/APKBUILD
index 67069438ef4cf1d48b3de934c8d02ef727c2304b..ec3bab4a0b369bcb0c4c02c6cb5f2b369772e188 100644
--- a/community/kjobwidgets/APKBUILD
+++ b/community/kjobwidgets/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kjobwidgets
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Widgets for tracking KJob instances"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kjs/APKBUILD b/community/kjs/APKBUILD
index 2bd4f027d546d7fa4b1c1dce76535c8989f3a8b2..cf4fbcc000fe046c2f3e7ff7c1882ac8f8e67781 100644
--- a/community/kjs/APKBUILD
+++ b/community/kjs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kjs
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for JS scripting in applications"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kjsembed/APKBUILD b/community/kjsembed/APKBUILD
index 97f78f31f3e0e7797380cda3ec8a88cde8397f59..af6f96d985947b5f18d70fc3d8ce1d867182a5d5 100644
--- a/community/kjsembed/APKBUILD
+++ b/community/kjsembed/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kjsembed
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="JavaScript bindings for QObject"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kmag/APKBUILD b/community/kmag/APKBUILD
index 31f3e2b80722320859fc07fcc9e510d1f33ef882..9fa55f6b12f8545b7260a31599a3b0a46ed442ef 100644
--- a/community/kmag/APKBUILD
+++ b/community/kmag/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kmag
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.kmag"
 pkgdesc="A screen magnifier"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kmediaplayer/APKBUILD b/community/kmediaplayer/APKBUILD
index bea8a296a12e989a68d9dea58f446ded62922998..b7f273c25164a3d630e8668e056db1b38863033d 100644
--- a/community/kmediaplayer/APKBUILD
+++ b/community/kmediaplayer/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kmediaplayer
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Media player framework for KDE 5"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kmousetool/APKBUILD b/community/kmousetool/APKBUILD
index 4bae5c826eb6ddd5df8a6f221441d1f1ad6b1c20..da97e15e754bff52787ad22e916be6cfd8168413 100644
--- a/community/kmousetool/APKBUILD
+++ b/community/kmousetool/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kmousetool
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.kmousetool"
 pkgdesc="A program that clicks the mouse for you"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kmouth/APKBUILD b/community/kmouth/APKBUILD
index bbb9d0cf61439b9ee01d6f9ce8f1675317c4e2fe..78178770d13788509616b05a17ef6770c060297b 100644
--- a/community/kmouth/APKBUILD
+++ b/community/kmouth/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kmouth
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" #qtdeclarative
 url="https://kde.org/applications/utilities/org.kde.kmouth"
 pkgdesc="Speech Synthesizer Frontend"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/knewstuff/APKBUILD b/community/knewstuff/APKBUILD
index 4d62a2361a4dc5b400b2fc4ce0dbcee96dcd2c9f..46c7a8ba8761b49b06b16245e6508d76a15acb91 100644
--- a/community/knewstuff/APKBUILD
+++ b/community/knewstuff/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=knewstuff
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework for downloading and sharing additional application data"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -25,7 +25,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD
index 091ec4430b26546829947f5b83032912319e0065..804e18ace70e8a9a6503134bb3689c816ceb2109 100644
--- a/community/knot-resolver/APKBUILD
+++ b/community/knot-resolver/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 pkgname=knot-resolver
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Minimalistic caching DNS resolver implementation"
 url="https://www.knot-resolver.cz/"
 arch="all !s390x"  # limited by luajit
@@ -50,7 +50,7 @@ build() {
 
 	meson build \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--default-library=both \
 		-Dclient=enabled \
 		-Dgroup="$pkggroups" \
diff --git a/community/knotifications/APKBUILD b/community/knotifications/APKBUILD
index ccad102871a7008fec22903e233770b43f166b41..b1eeaf0656a0e4427080496d8ee4f9fed4b4401a 100644
--- a/community/knotifications/APKBUILD
+++ b/community/knotifications/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=knotifications
 pkgver=5.67.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for system notifications"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -15,7 +15,7 @@ options="!check" # Fails due to requiring running dbus-daemon
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/knotifyconfig/APKBUILD b/community/knotifyconfig/APKBUILD
index bbf3a4d8ff0e3957d97b0d4524fa1702052e7105..c1c697c267715281d2f3fb6cafd5d6742db9faf2 100644
--- a/community/knotifyconfig/APKBUILD
+++ b/community/knotifyconfig/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=knotifyconfig
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Configuration system for KNotify"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kodi/APKBUILD b/community/kodi/APKBUILD
index e7e8cd8ce5690a719f35e82bb884b7e6bde20fb6..5e8713eb95f22f00e5d68208592d431de6416f82 100644
--- a/community/kodi/APKBUILD
+++ b/community/kodi/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=kodi
 pkgver=18.5
 _realname=Leia
-pkgrel=0
+pkgrel=1
 _libdvdcss_pkgver="1.4.2-Leia-Beta-5"
 _libdvdread_pkgver="6.0.0-Leia-Alpha-3"
 _libdvdnav_pkgver="6.0.0-Leia-Alpha-3"
@@ -122,7 +122,7 @@ build() {
 	# X11
 	cd "$builddir"/build-x11
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_INTERNAL_CROSSGUID=ON \
@@ -141,7 +141,7 @@ build() {
 	# Wayland
 	cd "$builddir"/build-wayland
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_INTERNAL_CROSSGUID=ON \
@@ -162,7 +162,7 @@ build() {
 	# GBM
 	cd "$builddir"/build-gbm
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_INTERNAL_CROSSGUID=ON \
diff --git a/community/kolourpaint/APKBUILD b/community/kolourpaint/APKBUILD
index f456a2ea2d200c3d7ec6693def6fb7fc1e7a86ed..a88701a8acdf8bff4432f8b6828e902dc25a29ad 100644
--- a/community/kolourpaint/APKBUILD
+++ b/community/kolourpaint/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kolourpaint
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="http://www.kolourpaint.org/"
 pkgdesc="An easy-to-use paint program"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/konsole/APKBUILD b/community/konsole/APKBUILD
index 6f28e3689fd90a8d7de5c808620cc70b0ababca3..4e0801ead96f203caa1b222415efdda114a6df92 100644
--- a/community/konsole/APKBUILD
+++ b/community/konsole/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=konsole
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://kde.org/applications/system/konsole"
 pkgdesc="KDE's terminal emulator"
@@ -26,7 +26,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kpackage/APKBUILD b/community/kpackage/APKBUILD
index 881eb1997866a6a3b63bb2d3f4d2b7f2dc5919c7..421bf89d13f58fb803d43e62c670c771a6883b10 100644
--- a/community/kpackage/APKBUILD
+++ b/community/kpackage/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kpackage
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework that lets applications manage user installable packages of non-binary assets"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kparts/APKBUILD b/community/kparts/APKBUILD
index a678b13f1fa3e28e3bbad7aa13e771117f6eea3d..6d4367d6ae7b5b0b0a96486a623674d816bc1258 100644
--- a/community/kparts/APKBUILD
+++ b/community/kparts/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kparts
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Document centric plugin system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kpeople/APKBUILD b/community/kpeople/APKBUILD
index d27f02b5942f207e72078a6a973e5441d1f4c804..a2a885dcd3b4981e627f917cdf6f06b006222330 100644
--- a/community/kpeople/APKBUILD
+++ b/community/kpeople/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kpeople
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A library that provides access to all contacts and the people who hold them"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
 	make
diff --git a/community/kpeoplevcard/APKBUILD b/community/kpeoplevcard/APKBUILD
index d91a0f5a53c0093fd97982df2cbadf8ed0e58de7..cbdcaeedf03865dc5c2dd90a97b88b8f61d21cfa 100644
--- a/community/kpeoplevcard/APKBUILD
+++ b/community/kpeoplevcard/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kpeoplevcard
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KPeople backend using vcard storage"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://phabricator.kde.org/source/kpeoplevcard"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD
index faa7a8467d77d6ee23b335a54f0a4f832ff840b1..4e702780d9099c11b2c3145206931be686e36f1f 100644
--- a/community/kplotting/APKBUILD
+++ b/community/kplotting/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kplotting
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Lightweight plotting framework"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kpty/APKBUILD b/community/kpty/APKBUILD
index 32afdb5fdf0531556630f77cf64d169b34abed36..94ad81960862b44831212af4e7218a41bafae8a5 100644
--- a/community/kpty/APKBUILD
+++ b/community/kpty/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kpty
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Pty abstraction"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kquickcharts/APKBUILD b/community/kquickcharts/APKBUILD
index ff387336a9432720cf38a8b688ca7461336c88c5..74e63abbdbb01982b1af7cc3607715867df80d07 100644
--- a/community/kquickcharts/APKBUILD
+++ b/community/kquickcharts/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kquickcharts
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A QtQuick plugin providing high-performance charts"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kross/APKBUILD b/community/kross/APKBUILD
index b37eb3b199c1c801a4ea2d1ab75f8955951a060c..a5982debac7b1f34ea13a800ae0cae1739f1d6a7 100644
--- a/community/kross/APKBUILD
+++ b/community/kross/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kross
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework for scripting KDE applications"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kruler/APKBUILD b/community/kruler/APKBUILD
index 3143f15f142c0298bc76c0a2030548a689b8ac84..99cc1da2ac977d1566eb1a78e88c836625cfacbb 100644
--- a/community/kruler/APKBUILD
+++ b/community/kruler/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kruler
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/graphics/org.kde.kruler"
 pkgdesc="An on-screen ruler for measuring pixels"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/krunner/APKBUILD b/community/krunner/APKBUILD
index 0e1be79c78c8c65633035337b03785bfa3b7a489..3ef1ca3ae34c283c2650bfb49ac8d2e4a42ab263 100644
--- a/community/krunner/APKBUILD
+++ b/community/krunner/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=krunner
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework for providing different actions given a string query"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -24,7 +24,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kscreen/APKBUILD b/community/kscreen/APKBUILD
index 2122cb9b00b63d6ffc601c2b3b4eb9e9dfca2c77..282e3f037e2dafc117e8c9e3f1baef2219fba7d3 100644
--- a/community/kscreen/APKBUILD
+++ b/community/kscreen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kscreen
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE's screen management software"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kscreenlocker/APKBUILD b/community/kscreenlocker/APKBUILD
index 9ba58b7468ea4ba0ace68ce5fbff0f7cef6c93f9..adb90103f2a2856dbad01c81f30f4c65568e1798 100644
--- a/community/kscreenlocker/APKBUILD
+++ b/community/kscreenlocker/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kscreenlocker
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Library and components for secure lock screen architecture"
 arch="all !armhf"
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -19,7 +19,7 @@ options="!check" # Requires running loginctl
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kservice/APKBUILD b/community/kservice/APKBUILD
index e193572a8c3a0589ecd7884befbd8a090c27966f..48b66f5fb19b25bd6e34e924588d46a8dc9d4ab9 100644
--- a/community/kservice/APKBUILD
+++ b/community/kservice/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kservice
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Advanced plugin and service introspection"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/ksshaskpass/APKBUILD b/community/ksshaskpass/APKBUILD
index 8f6668d2ff74c49443d8db48f2dfeeb9a043682d..d94607807546b859555ce2da44f9e87a3b94aa6d 100644
--- a/community/ksshaskpass/APKBUILD
+++ b/community/ksshaskpass/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ksshaskpass
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="ssh-add helper that uses kwallet and kpassworddialog"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/ksysguard/APKBUILD b/community/ksysguard/APKBUILD
index 3d765fbedc0b7bb56461cce440d356fa865268ae..869f77bdf2f0979bbe3e1a98d3d8b28d632041ee 100644
--- a/community/ksysguard/APKBUILD
+++ b/community/ksysguard/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ksysguard
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Track and control the processes running in your system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://userbase.kde.org/KSysGuard"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/ktexteditor/APKBUILD b/community/ktexteditor/APKBUILD
index aeee31ea56455e8904b869d7a031ce4c078f1688..d02c3492dea270dc375ca3635be1e1e87ff452f8 100644
--- a/community/ktexteditor/APKBUILD
+++ b/community/ktexteditor/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ktexteditor
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Advanced embeddable text editor"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/ktextwidgets/APKBUILD b/community/ktextwidgets/APKBUILD
index 3aa882fba93c847aa9b4129598aacef7c2362c9e..908e32018c57f5559ee493a5855d6457761b131d 100644
--- a/community/ktextwidgets/APKBUILD
+++ b/community/ktextwidgets/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ktextwidgets
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Advanced text editing widgets"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/ktoblzcheck/APKBUILD b/community/ktoblzcheck/APKBUILD
index 4dd393598a747a196a2e545a733daf0505c2d605..fd397b996564486da75f60436894aba6386c186e 100644
--- a/community/ktoblzcheck/APKBUILD
+++ b/community/ktoblzcheck/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=ktoblzcheck
 pkgver=1.52
-pkgrel=0
+pkgrel=1
 pkgdesc="A library to check account numbers and bank codes of german banks"
 url="http://ktoblzcheck.sourceforge.net/"
 arch="all"
@@ -14,7 +14,7 @@ source="https://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$p
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_BANKDATA_DOWNLOAD=OFF
diff --git a/community/ktp-common-internals/APKBUILD b/community/ktp-common-internals/APKBUILD
index cf4b7e0c6d2174f2b8c466e389540c6bc30f189b..31e3916b71e5dfd7487b6053c053c4b0c57eb25e 100644
--- a/community/ktp-common-internals/APKBUILD
+++ b/community/ktp-common-internals/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=ktp-common-internals
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Library for KTp"
 url="https://github.com/kde/ktp-common-internals"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/kunitconversion/APKBUILD b/community/kunitconversion/APKBUILD
index 245208321c63c1e2c57e44ba07cde75606558d2a..377f39878b9d97b040bc2c3602d7ab682d7686f3 100644
--- a/community/kunitconversion/APKBUILD
+++ b/community/kunitconversion/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kunitconversion
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support for unit conversion"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kvantum/APKBUILD b/community/kvantum/APKBUILD
index 265eeb82fec5a9af44377a1bbc89a8e505070f28..72d940b8430eea79291b840eca0e398e100ab9e0 100644
--- a/community/kvantum/APKBUILD
+++ b/community/kvantum/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=kvantum
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SVG-based theme engine for Qt5"
 options="!check" # No testsuite
 url="https://github.com/tsujan/Kvantum"
@@ -22,7 +22,7 @@ build() {
 		-GNinja \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DENABLE_QT4=OFF \
diff --git a/community/kwallet-pam/APKBUILD b/community/kwallet-pam/APKBUILD
index 97d2105d3f023b0b57b6b46748925d4761676b2d..26ac250c952b40e5d2edcde6996b445902bcea91 100644
--- a/community/kwallet-pam/APKBUILD
+++ b/community/kwallet-pam/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwallet-pam
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KWallet PAM integration"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ options="!check" # No tests available
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kwallet/APKBUILD b/community/kwallet/APKBUILD
index 59f24595fef8ecb3b948761e79129f4956028d0c..df8ee8ea9101a95a84d125ee0c8bdcb0ab304e6f 100644
--- a/community/kwallet/APKBUILD
+++ b/community/kwallet/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwallet
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Secure and unified container for user passwords"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kwave/APKBUILD b/community/kwave/APKBUILD
index c82f27554af5f9317cfba1ef62f3b3dfa6e554c7..847574a75504f8210bd8fca44a8011095613f176 100644
--- a/community/kwave/APKBUILD
+++ b/community/kwave/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwave
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="http://kwave.sourceforge.net/"
 pkgdesc="A sound editor for KDE"
@@ -27,7 +27,7 @@ build() {
 		doc_opts="-DWITH_DOC=ON"
 	fi
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_OSS=OFF \
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD
index e808400cb8c8a659b870be9bd79b81e8676f9483..2d64457e656f3c63bd5452c7554b18579ed4e241 100644
--- a/community/kwayland-integration/APKBUILD
+++ b/community/kwayland-integration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bhushan Shah <bshah@kde.org>
 pkgname=kwayland-integration
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KWayland integration"
 url="https://www.kde.org/workspaces/plasmadesktop/"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -14,7 +14,7 @@ options="!check" # Broken
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kwayland/APKBUILD b/community/kwayland/APKBUILD
index f337147d65a43d686ca4e5d6078e92468abd366c..ba046577cae71d182c052593fe73625bb0c7d8a7 100644
--- a/community/kwayland/APKBUILD
+++ b/community/kwayland/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwayland
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt-style Client and Server library wrapper for the Wayland libraries"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kwidgetsaddons/APKBUILD b/community/kwidgetsaddons/APKBUILD
index 5dfaafde0227d927075609a8ceeafe7ae7429ee1..b5e7d83fbc8dae20ac992ff3bb6702cd8167553e 100644
--- a/community/kwidgetsaddons/APKBUILD
+++ b/community/kwidgetsaddons/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwidgetsaddons
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Addons to QtWidgets"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kwin/APKBUILD b/community/kwin/APKBUILD
index 57e67cf527d64d193c14584e627a96497cce6286..45ad1dacaa7c282b91de7daee961cdaa49d18bf5 100644
--- a/community/kwin/APKBUILD
+++ b/community/kwin/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwin
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="An easy to use, but flexible, composited Window Manager"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -17,7 +17,7 @@ options="!check" # Broken
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kwindowsystem/APKBUILD b/community/kwindowsystem/APKBUILD
index db2b5b3be3370d88d0df3281225aec945f8fec71..f20f3b0c3703c695ac80ee138d45dd1aca66827d 100644
--- a/community/kwindowsystem/APKBUILD
+++ b/community/kwindowsystem/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwindowsystem
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Access to the windowing system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kwrited/APKBUILD b/community/kwrited/APKBUILD
index 35d7f4c339de34916b13b201035be4abdb3dc8c3..78d89075ba2f2739e8e183c860f8de86021ae3e4 100644
--- a/community/kwrited/APKBUILD
+++ b/community/kwrited/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kwrited
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE daemon listening for wall and write messages"
 arch="all !armhf" # qt5-qtdeclarative-dev  unavilable on armhf
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ options="!check" # No tests available
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/kxmlgui/APKBUILD b/community/kxmlgui/APKBUILD
index 352579bab1b579303bf0e5d252e0f77c2deeddad..6217d4c0f526b1b3e0fb2a23018dcc2f26916a4b 100644
--- a/community/kxmlgui/APKBUILD
+++ b/community/kxmlgui/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kxmlgui
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="User configurable main windows"
 arch="all !armhf"
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/kxmlrpcclient/APKBUILD b/community/kxmlrpcclient/APKBUILD
index 771710e7bb3740dc4244ef5174adc1776767299b..5670158d375dc5aa65795868fe8e8155c3f9199e 100644
--- a/community/kxmlrpcclient/APKBUILD
+++ b/community/kxmlrpcclient/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kxmlrpcclient
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="XML-RPC client library for KDE"
 arch="all !armhf"
 url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/lapack/APKBUILD b/community/lapack/APKBUILD
index 31a19648898a009156dcd63b365635d79d9de3dd..2c37f2de75d6b49405cc353b624cfb844dfb1350 100644
--- a/community/lapack/APKBUILD
+++ b/community/lapack/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=lapack
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Linear Algebra PACKage"
 url="http://www.netlib.org/lapack"
 arch="all"
@@ -25,7 +25,7 @@ prepare() {
 build() {
 	cd "$builddir"/sandbox
 	cmake .. \
-	    -DCMAKE_BUILD_TYPE=Release \
+	    -DCMAKE_BUILD_TYPE=None \
 	    -DCMAKE_SKIP_RPATH=ON \
 	    -DBUILD_SHARED_LIBS=ON \
 	    -DBUILD_TESTING=OFF \
diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD
index 126c0011164fbcf2737498f923631a14ce8c37fa..be987369f84ad0ce56c412ef7469cf2b8b115b10 100644
--- a/community/latte-dock/APKBUILD
+++ b/community/latte-dock/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=latte-dock
 pkgver=0.9.8.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://store.kde.org/p/1169519/"
 pkgdesc="A dock based on Plasma Frameworks"
@@ -25,7 +25,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/lensfun/APKBUILD b/community/lensfun/APKBUILD
index 527fe0a03fb10f148f65472aeb6fd5d05e265019..ebe239df8e1ed689728f00419722d427dd7ec53d 100644
--- a/community/lensfun/APKBUILD
+++ b/community/lensfun/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
 pkgname=lensfun
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Image manipulation library to rectify lens defects"
 url="http://lensfun.sourceforge.net/"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 	esac
 
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		$opts
diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD
index 664dccdd5d62e7dfd0e44369fc2ae10f5f681921..068c8bd42af5d28ffe9cc159c7485ffa22efd392 100644
--- a/community/libcec/APKBUILD
+++ b/community/libcec/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=libcec
 pkgver=4.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter"
 url="https://github.com/Pulse-Eight/libcec"
 arch="all"
@@ -19,7 +19,7 @@ builddir="$srcdir"/libcec-libcec-$pkgver
 build() {
 	mkdir "$builddir/build"
 	cd "$builddir/build"
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DBUILD_SHARED_LIBS=1 \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		..
diff --git a/community/libchamplain/APKBUILD b/community/libchamplain/APKBUILD
index 2baa7645d09aea6f26295fae4819ef6e04a35f81..2946acec34b0c83c8aaf005fb739b735b9de088a 100644
--- a/community/libchamplain/APKBUILD
+++ b/community/libchamplain/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libchamplain
 pkgver=0.12.20
-pkgrel=1
+pkgrel=2
 pkgdesc="libchamplain is a C library providing a ClutterActor to display maps"
 url="https://wiki.gnome.org/Projects/libchamplain"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 	meson \
 		--prefix=/usr \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dvapi=true \
 		-Dintrospection=true \
 		-Dgtk_doc=true \
diff --git a/community/libdazzle/APKBUILD b/community/libdazzle/APKBUILD
index 5b0c43f74050801b1dd48d34c9768e7cb0e779fc..93248b6e8a5c4363eca3555a794a008067d8c8f2 100644
--- a/community/libdazzle/APKBUILD
+++ b/community/libdazzle/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libdazzle
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle"
 arch="all"
@@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/libdazzle/${pkgver%.*}/libdazzle-$pkg
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Denable_gtk_doc=false \
 		. output
 	ninja -C output
diff --git a/community/libftdi1/APKBUILD b/community/libftdi1/APKBUILD
index 31686f252673f12346ed15c601c5c9db82e0c72e..4cf506829243ab733762eabe3937d316cbaa830a 100644
--- a/community/libftdi1/APKBUILD
+++ b/community/libftdi1/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Stefan Wagner <stw@bit-strickerei.de>
 pkgname=libftdi1
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to talk to FTDI chips"
 url="https://www.intra2net.com/en/developer/libftdi/download.php"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 	cd "$builddir/build"
 	cmake -DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_SKIP_BUILD_RPATH=ON \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DEXAMPLES=OFF \
 		-DFTDI_EEPROM=ON ..
 	make
diff --git a/community/libgdata/APKBUILD b/community/libgdata/APKBUILD
index 356228696cc95f092b676590ec1e20f90a070027..f6c36eb859c3197cf2f7ecd4cb60a5eeef750caa 100644
--- a/community/libgdata/APKBUILD
+++ b/community/libgdata/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libgdata
 pkgver=0.17.11
-pkgrel=1
+pkgrel=2
 pkgdesc="access library for gdata"
 url="https://wiki.gnome.org/Projects/libgdata"
 arch="all"
@@ -23,7 +23,7 @@ build() {
 	meson \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dintrospection=true \
 		-Dvapi=true \
 		-Dgtk_doc=false \
diff --git a/community/libgepub/APKBUILD b/community/libgepub/APKBUILD
index f40fe2a78e1862e43ba05e687e5a05635fa863e6..dc18c9fc029f21a7fcbe92cdf533e128baf99e0d 100644
--- a/community/libgepub/APKBUILD
+++ b/community/libgepub/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libgepub
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GObject based library for handling epub documents"
 url="https://gitlab.gnome.org/GNOME/libgepub"
 arch="all"
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/libgit2-glib/APKBUILD b/community/libgit2-glib/APKBUILD
index beac73f076029b224c809ae2adfd48b7b59218a3..b7d6d73cb9e8e8aee8afc53e2ed36b8004294ceb 100644
--- a/community/libgit2-glib/APKBUILD
+++ b/community/libgit2-glib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libgit2-glib
 pkgver=0.28.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Glib wrapper library around libgit2"
 url="https://wiki.gnome.org/Projects/Libgit2-glib"
 arch="all"
@@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/libgit2-glib/${pkgver%.*.*}/libgit2-g
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD
index e07cbbf6607ae7b4449369bc721bef855d0a427b..d085658468d294ccabd1085de6e0543ffa41e10a 100644
--- a/community/libgweather/APKBUILD
+++ b/community/libgweather/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libgweather
 pkgver=3.34.0
-pkgrel=3
+pkgrel=4
 pkgdesc="GNOME weather library"
 url="https://wiki.gnome.org/Projects/LibGWeather"
 arch="all"
@@ -20,9 +20,9 @@ source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather-
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--sysconfdir=/etc \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgtk_doc=true \
 		-Denable_vala=true \
 		. output
diff --git a/community/libgxps/APKBUILD b/community/libgxps/APKBUILD
index f16046e6c24e36914117e58ac0640def4ef69a7e..163b8ea324b8110d04ab0bc8b9ebe2738aee9526 100644
--- a/community/libgxps/APKBUILD
+++ b/community/libgxps/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Paul Bredbury <brebs@sent.com>
 pkgname=libgxps
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="XPS documents library & conversion utilities"
 url="https://wiki.gnome.org/action/show/Projects/libgxps"
 arch="all"
@@ -14,7 +14,7 @@ builddir="$srcdir/$pkgname-$pkgver"
 
 build() {
 	cd "$builddir"
-	meson --prefix=/usr --libdir=lib --buildtype=debugoptimized build/
+	meson --prefix=/usr --libdir=lib --buildtype=plain build/
 	ninja -v -C build/
 }
 
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD
index b9e6de1b68526930750915fa3a03bec64ba6708f..bb489582b635a04d88f234f860113c6586a7f932 100644
--- a/community/libhandy/APKBUILD
+++ b/community/libhandy/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libhandy
 pkgver=0.0.13
-pkgrel=0
+pkgrel=1
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 url="https://source.puri.sm/Librem5/libhandy"
 arch="all !s390x" # Limited by 'ibus'
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dexamples=true \
 		. output
 	ninja -C output
diff --git a/community/libkcddb/APKBUILD b/community/libkcddb/APKBUILD
index 1fa59859565cb84a5f07d9d4f123cff3c90665b6..9d730155a84cdfef2eabbb53c78203a42d479efc 100644
--- a/community/libkcddb/APKBUILD
+++ b/community/libkcddb/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libkcddb
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/multimedia/"
 pkgdesc="KDE CDDB library"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_TESTING=ON
diff --git a/community/libkcompactdisc/APKBUILD b/community/libkcompactdisc/APKBUILD
index fde726767094c0986f25675b7168525d2279b31b..1dcdbdc6acd9e86f840c3386d764a42aeeae7647 100644
--- a/community/libkcompactdisc/APKBUILD
+++ b/community/libkcompactdisc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libkcompactdisc
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/multimedia/"
 pkgdesc="Library for interfacing with CDs"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libkdcraw/APKBUILD b/community/libkdcraw/APKBUILD
index c93b8722c528b5b29713a5c1e4438aa258352d9f..f55513bc6fdc1f62340b5869f3286dd4e5a5241a 100644
--- a/community/libkdcraw/APKBUILD
+++ b/community/libkdcraw/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libkdcraw
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org"
 pkgdesc="RAW image file format support for KDE"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libkipi/APKBUILD b/community/libkipi/APKBUILD
index 60a9e3a4fbda32c15320b84b5b559d82a166945f..df35ee21b70494e464067e24918e8c757a2ad33b 100644
--- a/community/libkipi/APKBUILD
+++ b/community/libkipi/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libkipi
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE Image Plugin Interface library"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.digikam.org/"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_TESTING=OFF
diff --git a/community/libksane/APKBUILD b/community/libksane/APKBUILD
index 58c965cc9e7b30fe565b40aa3608ff81a440c6b2..f89717f9856bc0df2cd37b4d786271211d7ff9cf 100644
--- a/community/libksane/APKBUILD
+++ b/community/libksane/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libksane
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/applications/graphics/"
 pkgdesc="An image scanning library"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libkscreen/APKBUILD b/community/libkscreen/APKBUILD
index ed77af5bb072259d3f9e0720154c80663f469da3..2edc42322ba588d26b09b1b2829a040bd4b8a79a 100644
--- a/community/libkscreen/APKBUILD
+++ b/community/libkscreen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libkscreen
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE screen management software"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ options="!check" # Fails due to requiring dbus-x11 and it running
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/libksysguard/APKBUILD b/community/libksysguard/APKBUILD
index f5b6090620192c7863b84cced194f63f4d9c09d1..8a6eab8e350b30dc51560f76d6ca46fa1c8093d4 100644
--- a/community/libksysguard/APKBUILD
+++ b/community/libksysguard/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libksysguard
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE system monitor library"
 arch="all !armhf"
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/libktorrent/APKBUILD b/community/libktorrent/APKBUILD
index 1e3c2987c1027d85502da8465d611da3f91f672a..39c6f848043ae4ceb6eea913ee2a48c967031f1d 100644
--- a/community/libktorrent/APKBUILD
+++ b/community/libktorrent/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=libktorrent
 pkgver=2.1.1
 _ktorrentver=5.1.2 # $_ktorrentver=ktorrent-$pkgver
-pkgrel=1
+pkgrel=2
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/internet/org.kde.ktorrent"
 pkgdesc="A powerful BitTorrent client for KDE"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD
index 7d931414540ad744a491b05cc882aac83f4b3818..fdcd632ba880eb8a2f96255fcbac0dfc1a855789 100644
--- a/community/libmanette/APKBUILD
+++ b/community/libmanette/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libmanette
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple GObject game controller library"
 url="https://gitlab.gnome.org/aplazas/libmanette"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/libmediainfo/APKBUILD b/community/libmediainfo/APKBUILD
index 9d747f205e17a96cad1422d7390812843696c344..6de1930690303d5148384017b9c005d1733d55c9 100644
--- a/community/libmediainfo/APKBUILD
+++ b/community/libmediainfo/APKBUILD
@@ -14,7 +14,7 @@
 
 pkgname=libmediainfo
 pkgver=19.09
-pkgrel=0
+pkgrel=1
 pkgdesc="Shared library for mediainfo"
 url="https://github.com/MediaArea/MediaInfoLib"
 arch="all"
@@ -40,7 +40,7 @@ build() {
 	cd "$_cmakedir"
 
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
 		-DBUILD_SHARED_LIBS=ON
diff --git a/community/libmpdclient/APKBUILD b/community/libmpdclient/APKBUILD
index 1073ab48daabbec27cb98d34f4b07f6841baf015..0a291086e1f44479c4c0165ada7e784d6b2cce58 100644
--- a/community/libmpdclient/APKBUILD
+++ b/community/libmpdclient/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=libmpdclient
 pkgver=2.18
-pkgrel=0
+pkgrel=1
 pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages"
 url="https://www.musicpd.org/libs/libmpdclient"
 arch="all"
@@ -16,7 +16,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dtest=true \
 		. output
 	ninja -C output
diff --git a/community/libmusicbrainz/APKBUILD b/community/libmusicbrainz/APKBUILD
index e0232bd4a2ee9a8773f097c4c35a3306fa08553f..e1722fcb7f505ad5493eada5db6db733342544b7 100644
--- a/community/libmusicbrainz/APKBUILD
+++ b/community/libmusicbrainz/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libmusicbrainz
 pkgver=5.1.0
-pkgrel=0
+pkgrel=1
 pkgdesc="MusicBrainz Client Library"
 url="https://musicbrainz.org/doc/libmusicbrainz"
 arch="all"
@@ -20,7 +20,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS} .
diff --git a/community/libnitrokey/APKBUILD b/community/libnitrokey/APKBUILD
index 74c47126dd6c635e08357e08ae57159f6346e716..f0919995c07067e7e79eb142824b55b71ebc100a 100644
--- a/community/libnitrokey/APKBUILD
+++ b/community/libnitrokey/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libnitrokey
 pkgver=3.5
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://nitrokey.com/"
 pkgdesc="Communicate with Nitrokey devices in a clean and easy manner"
@@ -14,7 +14,7 @@ options="!check" # No tests
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libpeas/APKBUILD b/community/libpeas/APKBUILD
index f9d84cb728743688b46d316f1e66fe1e806c3b0b..d2cef269a5f8908b9615fd4a8f15b3ec648f209f 100644
--- a/community/libpeas/APKBUILD
+++ b/community/libpeas/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libpeas
 pkgver=1.24.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GObject-based plugin system"
 url="https://wiki.gnome.org/Projects/Libpeas"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dvapi=true \
 		-Ddemos=false \
 		. output
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD
index 91e80936b64c90008cde2f05cfed75d3d178dce8..bc92aabaa934aeb08cf527682cdbf2f56f161603 100644
--- a/community/libphonenumber/APKBUILD
+++ b/community/libphonenumber/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libphonenumber
 pkgver=8.11.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Library for parsing, formatting, and validating international phone numbers."
 url="https://github.com/googlei18n/libphonenumber"
 arch="all"
@@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/libphonenumber/ar
 build() {
 	cd "$builddir/cpp"
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/libplacebo/APKBUILD b/community/libplacebo/APKBUILD
index 6c8d1f13dbd43b6cca08f9000001648f1c3a8e9c..29ef92fc312879842d6ccc55e80d589a6d25fccb 100644
--- a/community/libplacebo/APKBUILD
+++ b/community/libplacebo/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=libplacebo
 pkgver=1.29.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Reusable library for GPU-accelerated video/image rendering"
 url="https://github.com/haasn/libplacebo"
 arch="all"
@@ -25,7 +25,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dvulkan=enabled \
 		-Dglslang=enabled \
 		-Dshaderc=enabled \
diff --git a/community/libqtolm/APKBUILD b/community/libqtolm/APKBUILD
index c19dbcad2d2f3dd569c9b9c2fc0b97846b42331a..802b4767eaedc1a7b880981f3922585b1388b280 100644
--- a/community/libqtolm/APKBUILD
+++ b/community/libqtolm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=libqtolm
 pkgver=0_git20190930
-pkgrel=0
+pkgrel=1
 _commit="f2d8e235a4af0625fdedaaf727fef5d51293bf1b"
 arch="all"
 url="https://gitlab.com/b0/libQtOlm"
@@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$_commit"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=true
diff --git a/community/libsoup/APKBUILD b/community/libsoup/APKBUILD
index 5f19aeb846e5494c4c81715a58166b6e1627cdce..0c3f552aa9e7d9442d4350b575f70fff63dc9d85 100644
--- a/community/libsoup/APKBUILD
+++ b/community/libsoup/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libsoup
 pkgver=2.68.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome HTTP client/server Library"
 url="https://wiki.gnome.org/Projects/libsoup"
 arch="all"
@@ -25,7 +25,7 @@ build() {
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dtls_check=false \
 		-Dintrospection=enabled \
 		-Dvapi=enabled \
diff --git a/community/libwnck3/APKBUILD b/community/libwnck3/APKBUILD
index 9573dbd045e39ea3a9641cbdb5df938196483b04..82e2a51eef50a6d2410a08e9f0e454b485d1bfbf 100644
--- a/community/libwnck3/APKBUILD
+++ b/community/libwnck3/APKBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libwnck3
 pkgver=3.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Window Navigator Construction Kit"
 url="https://gitlab.gnome.org/GNOME/libwnck"
 arch="all"
@@ -24,7 +24,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgtk_doc=false \
 		. output
 	ninja -C output test
diff --git a/community/libxmlb/APKBUILD b/community/libxmlb/APKBUILD
index 98a483ed2b1105effeccce0ecd9f4e85a35304fb..88aaaa0046e132c738ab9c56cefeb51473f51462 100644
--- a/community/libxmlb/APKBUILD
+++ b/community/libxmlb/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=libxmlb
 pkgver=0.1.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to help create and query binary XML blobs"
 url="https://github.com/hughsie/libxmlb"
 arch="all"
@@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/hughsie/libxmlb/archive/$pkg
 build() {
 	meson \
 		--prefix=/usr \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgtkdoc=false \
 		-Dtests=true \
 		-Dstemmer=false \
diff --git a/community/libzen/APKBUILD b/community/libzen/APKBUILD
index 8bd8872ce2d72adac96cfe9c3c056bd132b2f66d..e17be5fd15fbf83257d14097760a8423eaa17533 100644
--- a/community/libzen/APKBUILD
+++ b/community/libzen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Corey Oliver <corey.jon.oliver@gmail.com>
 pkgname=libzen
 pkgver=0.4.37
-pkgrel=4
+pkgrel=5
 pkgdesc="A shared library for libmediainfo and mediainfo"
 url="https://github.com/MediaArea/ZenLib"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 	cd "$_cmakedir"
 
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DLIB_INSTALL_DIR=/usr/lib \
 		-DCMAKE_VERBOSE_MAKEFILE=ON
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD
index bcba7ca661bc12b48609d8ccdc60ca2fb6756c0f..05e0af63702fd094bb7ac8a26365801d88e93f77 100644
--- a/community/libzip/APKBUILD
+++ b/community/libzip/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@gmail.com>
 pkgname=libzip
 pkgver=1.6.1
-pkgrel=0
+pkgrel=1
 pkgdesc="C library for manipulating zip archives"
 url="http://www.nih.at/libzip/index.html"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_C_FLAGS="$CFLAGS"
 	make
 }
diff --git a/community/midori/APKBUILD b/community/midori/APKBUILD
index c200968363221789c415f59a6b264a73034d429e..a66b6790f38f7087364b26e675498d89b8a61696 100644
--- a/community/midori/APKBUILD
+++ b/community/midori/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=midori
 pkgver=9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight web browser based on Gtk WebKit"
 url="https://www.midori-browser.org"
 arch="all !s390x"
@@ -21,7 +21,7 @@ prepare() {
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
diff --git a/community/milou/APKBUILD b/community/milou/APKBUILD
index fa167578e8ea82a0817f17cbb3c4ac7314a81157..d5e6bafa28f5b6da1dbf2bf9c11ee59a3eba3600 100644
--- a/community/milou/APKBUILD
+++ b/community/milou/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=milou
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A dedicated search application built on top of Baloo"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/modemmanager-qt/APKBUILD b/community/modemmanager-qt/APKBUILD
index fe8c5ff36334ca9c1f21f7d0e0b5f1198e753ff1..77cbe9371474b84a1daffc7ed80618ffe7c1e675 100644
--- a/community/modemmanager-qt/APKBUILD
+++ b/community/modemmanager-qt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=modemmanager-qt
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt wrapper for ModemManager DBus API"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/mongo-c-driver/APKBUILD b/community/mongo-c-driver/APKBUILD
index 62144f6d4d6f67820ffe579091ffb26e8220e9bb..16b32cf1bc1553b98596ad18b9b7ed6d23d7208e 100644
--- a/community/mongo-c-driver/APKBUILD
+++ b/community/mongo-c-driver/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=mongo-c-driver
 pkgver=1.16.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Client library written in C for MongoDB"
 url="https://github.com/mongodb/mongo-c-driver"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 	mkdir -p "$srcdir"/build
 	cd "$srcdir"/build
 	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DENABLE_BSON:STRING=ON \
diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD
index 4febd3c4fde1477335002ef34abce2d7500695fe..14fc80f614993a3b961b48a17d3ac49ce6a41e24 100644
--- a/community/mpc/APKBUILD
+++ b/community/mpc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=mpc
 pkgver=0.33
-pkgrel=1
+pkgrel=2
 pkgdesc="Minimalist command line interface to MPD"
 url="https://www.musicpd.org/clients/mpc/"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dtest=true \
 		. output
 	ninja -C output
diff --git a/community/mpd/APKBUILD b/community/mpd/APKBUILD
index afd4965aed8a384e6f95e618fdd29c144c9c9822..f26c026c7050da298a576cf9458ddc1d92557780 100644
--- a/community/mpd/APKBUILD
+++ b/community/mpd/APKBUILD
@@ -9,7 +9,7 @@ case $pkgver in
 *.*.*) _branch=${pkgver%.*};;
 *.*) _branch=$pkgver;;
 esac
-pkgrel=0
+pkgrel=1
 pkgdesc="Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs"
 url="https://musicpd.org"
 pkgusers="mpd"
@@ -39,7 +39,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dshout=enabled \
 		-Dopus=enabled \
 		-Dmodplug=enabled \
diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD
index 02e793a410b5a01219367ebc6c14745448018f4f..e63fd678b11782be265dd6426a296f64db233278 100644
--- a/community/mutter/APKBUILD
+++ b/community/mutter/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=mutter
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="clutter-based window manager and compositor"
 url="https://wiki.gnome.org/Projects/Mutter/"
 arch="all !s390x" # limited by gnome-settings-daemon
@@ -33,7 +33,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Degl_device=true \
 		-Dudev=true \
 		-Dnative_backend=true \
diff --git a/community/ncmpc/APKBUILD b/community/ncmpc/APKBUILD
index df9af99537de28b310d67d67ebf3a8f4fb44c6c8..f032fd99bee54d0f8a01abd3685d4a09b582c0d7 100644
--- a/community/ncmpc/APKBUILD
+++ b/community/ncmpc/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=ncmpc
 pkgver=0.37
-pkgrel=0
+pkgrel=1
 pkgdesc="Ncurses client for the Music Player Daemon (MPD)"
 url="https://www.musicpd.org/clients/ncmpc"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dlirc=disabled \
 		-Dcurses=ncurses \
 		-Dlyrics_screen=true \
diff --git a/community/networkmanager-qt/APKBUILD b/community/networkmanager-qt/APKBUILD
index 06b6194e1c7497722465ab2a529460c1901b2a57..04dbd86971dd1d1b60ecbc7af3f5c26ecf58180a 100644
--- a/community/networkmanager-qt/APKBUILD
+++ b/community/networkmanager-qt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=networkmanager-qt
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt wrapper for NetworkManager API"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD
index b5a63e70d002210205374fccb690dac4049bb8b9..3fbc8df8ef2b0248590e968f3b53fb82b539fa4a 100644
--- a/community/nextcloud-client/APKBUILD
+++ b/community/nextcloud-client/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=nextcloud-client
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Nextcloud Desktop Client"
 url="https://github.com/nextcloud/desktop"
 # s390x and ppc64le blocked by qt5-qtwebengine
@@ -19,7 +19,7 @@ builddir="$srcdir/desktop-${pkgver/_p/-fix}"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
diff --git a/community/nitrokey-app/APKBUILD b/community/nitrokey-app/APKBUILD
index 268556243706a9a2127e0adeffca81fe36a55467..bb2593ed7a0417ed5ceb17a0870c2aed56fc61a5 100644
--- a/community/nitrokey-app/APKBUILD
+++ b/community/nitrokey-app/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=nitrokey-app
 pkgver=1.4
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://nitrokey.com/"
 pkgdesc="Nitrokey's Application"
@@ -13,7 +13,7 @@ options="!check" # No tests
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/okular/APKBUILD b/community/okular/APKBUILD
index 6a49169f8c9eacbab3232744d3dcb3a5dfadf06b..2f0d30055adda5a840e4b3596d1883c556e36a54 100644
--- a/community/okular/APKBUILD
+++ b/community/okular/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=okular
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative
 url="https://kde.org/applications/office/org.kde.okular"
 pkgdesc="A universal document viewer"
@@ -26,7 +26,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_OKULARKIRIGAMI=ON \
diff --git a/community/olm/APKBUILD b/community/olm/APKBUILD
index d918209b1c83d2766e575a659c6f9c5c292278ae..4beba392e0fe71b16ff3c8d60a5616cdf2fb844c 100644
--- a/community/olm/APKBUILD
+++ b/community/olm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=olm
 pkgver=3.1.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Implementation of the olm and megolm cryptographic ratchets"
 arch="all"
 url="https://gitlab.matrix.org/matrix-org/olm"
@@ -13,7 +13,7 @@ subpackages="$pkgname-dev"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/opencpn/APKBUILD b/community/opencpn/APKBUILD
index d61a91ed2cdd37c67340b8ce32b1a113c26923d5..60d2817338bcdde2922e23cff69340601a2f6e4d 100644
--- a/community/opencpn/APKBUILD
+++ b/community/opencpn/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
 pkgname=opencpn
 pkgver=4.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenCPN is a cross platform electronic navigation system"
 url="http://opencpn.org"
 arch="x86 x86_64"
@@ -20,7 +20,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/OpenCPN/OpenCPN/archive/v$pk
 builddir="$srcdir/OpenCPN-$pkgver"
 
 build() {
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUNDLE_GSHHS=CRUDE \
 		-DBUNDLE_TCDATA=ON \
diff --git a/community/openexr/APKBUILD b/community/openexr/APKBUILD
index 819b4d99582c27eae3481463aeecc7ac25e1d632..78a760d18a202f845fa30b66de06efe3533d09a8 100644
--- a/community/openexr/APKBUILD
+++ b/community/openexr/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Mark Riedesel <mark+alpine@klowner.com>
 pkgname=openexr
 pkgver=2.4.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A high dynamic-range image file format library"
 url="https://www.openexr.com/"
 arch="all"
@@ -16,7 +16,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS} .
diff --git a/community/openrct2/APKBUILD b/community/openrct2/APKBUILD
index 25bbf955dd559e74e42aad810b478aeea5e838a1..93dd95a1f87c0849c357881e4aa8ccf774e3004d 100644
--- a/community/openrct2/APKBUILD
+++ b/community/openrct2/APKBUILD
@@ -4,7 +4,7 @@ pkgname=openrct2
 pkgver=0.2.4
 _pkgver_objects=1.0.12
 _pkgver_title_sequences=0.1.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Open-source re-implementation of Roller Coaster Tycoon 2"
 arch="all !s390x" # Build fails on s390x
 url="https://openrct2.io"
@@ -31,7 +31,7 @@ build() {
 	cd "$builddir"/build
 
 	cmake -G Ninja "$builddir"  \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_TESTS=ON \
diff --git a/community/openvas/APKBUILD b/community/openvas/APKBUILD
index 011e789307180808e9741e0748dc69aee17a0912..5887f7c5c9fe489eb5efaa3101150e7dc945539e 100644
--- a/community/openvas/APKBUILD
+++ b/community/openvas/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=openvas
 pkgver=7.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Vulnerability Assessment Scanner"
 url="https://openvas.org/"
 arch="all"
@@ -28,7 +28,7 @@ prepare() {
 
 build() {
 	cd $builddir/build
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DSBINDIR=/usr/bin \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSCONFDIR=/etc \
diff --git a/community/oxygen-icons/APKBUILD b/community/oxygen-icons/APKBUILD
index 1204c4ccdde55fcd142ad3173f28e3574fb2957e..56e51e9c6a9989b05e9abcc5fbffba8d14992db5 100644
--- a/community/oxygen-icons/APKBUILD
+++ b/community/oxygen-icons/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=oxygen-icons
 _pkgname=oxygen-icons5
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 arch="noarch !armhf" # # armhf blocked by extra-cmake-modules
 pkgdesc="Oxygen icon theme"
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/oxygen/APKBUILD b/community/oxygen/APKBUILD
index 57959a01a051f30b677651216011a4554e34862d..c2f6b0e04b523147b360466acaa71965a2222e19 100644
--- a/community/oxygen/APKBUILD
+++ b/community/oxygen/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=oxygen
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Artwork, styles and assets for the Oxygen visual style for the Plasma Desktop"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/p8-platform/APKBUILD b/community/p8-platform/APKBUILD
index f6d9f279a76a6c245ee2c3cb88769b4d605212f5..b890724b0e89d985acec135d3812b751551af20b 100644
--- a/community/p8-platform/APKBUILD
+++ b/community/p8-platform/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Róbert Nagy <vrnagy@gmail.com>
 pkgname=p8-platform
 pkgver=2.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
 url="https://github.com/Pulse-Eight/platform"
 arch="all"
@@ -18,7 +18,7 @@ builddir="$srcdir"/platform-p8-platform-$pkgver
 build() {
 	mkdir "$builddir/build"
 	cd "$builddir/build"
-	cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
+	cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
 	make || return 1
 }
 
diff --git a/community/paper-icon-theme/APKBUILD b/community/paper-icon-theme/APKBUILD
index b5f37c11a789898b95b9bedb130a924c977c21bb..5a5c20e6547094d31f10644e933bdac6f7fb95ee 100644
--- a/community/paper-icon-theme/APKBUILD
+++ b/community/paper-icon-theme/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@gmail.com>
 pkgname=paper-icon-theme
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Paper is a modern freedesktop icon theme"
 url="https://snwh.org/paper"
 arch="noarch"
@@ -18,7 +18,7 @@ builddir="$srcdir/paper-icon-theme-v.$pkgver"
 build() {
 	cd "$builddir"
 	meson \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--prefix=/usr \
 		. build
 	ninja -C "$builddir"/build
diff --git a/community/phonon-backend-gstreamer/APKBUILD b/community/phonon-backend-gstreamer/APKBUILD
index d3abdb737709d8d7ea2c4612bb0f3c5acd782b20..8c9e82486ccc249f5d5a6a6cf5212caa91e44f68 100644
--- a/community/phonon-backend-gstreamer/APKBUILD
+++ b/community/phonon-backend-gstreamer/APKBUILD
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DPHONON_BUILD_PHONON4QT5=ON
diff --git a/community/phonon/APKBUILD b/community/phonon/APKBUILD
index 6720989ca81b38d2cd969e7411fed6c7990fd7a8..5ef7f5ab0f839aeb2ae6d1dc1ee4f23bb4c3ac5a 100644
--- a/community/phonon/APKBUILD
+++ b/community/phonon/APKBUILD
@@ -15,7 +15,7 @@ options="!check" # No test configuration file found!
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE \
diff --git a/community/physfs/APKBUILD b/community/physfs/APKBUILD
index 43e4d2e3d5acb922b4167f553037c6a196f57ead..3ad062ec49d4ffbf92404c2fa15f582fb85557c1 100644
--- a/community/physfs/APKBUILD
+++ b/community/physfs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=physfs
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing access to various archives, for use in video games"
 url="https://icculus.org/physfs/"
 arch="all"
@@ -20,7 +20,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DPHYSFS_BUILD_TEST=OFF \
diff --git a/community/picom/APKBUILD b/community/picom/APKBUILD
index 501368b8a26f0abe65c61980fb13cd14d27dd0e8..1016398b6d41f6e16777eb725ff5449a1198d229 100644
--- a/community/picom/APKBUILD
+++ b/community/picom/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=picom
 pkgver=7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X Compositor (a fork of compton)"
 url="https://github.com/yshui/picom"
 arch="all"
@@ -19,7 +19,7 @@ replaces="compton" # Backwards compatibility
 provides="compton=$pkgver-r$pkgrel" # Backwards compatibility
 
 build() {
-	meson --prefix=/usr --buildtype=debugoptimized -Dbuild_docs=true build
+	meson --prefix=/usr --buildtype=plain -Dbuild_docs=true build
 	ninja -v -C build
 }
 
diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD
index b8c6ef18f1579d302e2ebe30b8d932e45534e1b1..901e5f50dda2794e0649d88fc96408c45a7e17e1 100644
--- a/community/pipewire/APKBUILD
+++ b/community/pipewire/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=pipewire
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Multimedia processing graphs"
 url="https://pipewire.org/"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Ddocs=true \
 		-Dman=true \
 		-Dgstreamer=enabled \
diff --git a/community/plasma-angelfish/APKBUILD b/community/plasma-angelfish/APKBUILD
index 9f9428d6d36a98829871563df58f0bbcb741226f..86baf5a19510e41755e5d214abd09b2b30328558 100644
--- a/community/plasma-angelfish/APKBUILD
+++ b/community/plasma-angelfish/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-angelfish
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Small Webbrowser for Plasma Mobile"
 arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by kirigami2 -> qt5-qtdeclarative-dev
 url="https://phabricator.kde.org/source/plasma-angelfish/"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True
diff --git a/community/plasma-applet-weather-widget/APKBUILD b/community/plasma-applet-weather-widget/APKBUILD
index 6ecf764e24050039733f8d52b73378ef987fdcb8..c5965c2328279a3449a6b7f3dce1c6b6cca8928b 100644
--- a/community/plasma-applet-weather-widget/APKBUILD
+++ b/community/plasma-applet-weather-widget/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-applet-weather-widget
 pkgver=1.6.10
-pkgrel=2
+pkgrel=3
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572"
 pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Map servers"
@@ -15,7 +15,7 @@ options="!check" # No tests
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/plasma-browser-integration/APKBUILD b/community/plasma-browser-integration/APKBUILD
index 4d0e6bfd8225d8da7f5044022aa16f42c955cdbb..69d59694472a8eda0b210a8a3942a9ecc316ebae 100644
--- a/community/plasma-browser-integration/APKBUILD
+++ b/community/plasma-browser-integration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-browser-integration
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Components necessary to integrate browsers into the Plasma Desktop"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Plasma/Browser_Integration"
@@ -13,7 +13,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD
index cb6eccb48c104024b91b4394028c54c746a01283..c83adb7e2b5f0aad28b26b6a8f4caf046146357d 100644
--- a/community/plasma-desktop/APKBUILD
+++ b/community/plasma-desktop/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-desktop
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE Plasma Desktop"
 # s390x blocked by ibus
 # armhf blocked by qt5-qtdeclarative
@@ -56,7 +56,7 @@ options="!check" # Requires running dbus
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/plasma-framework/APKBUILD b/community/plasma-framework/APKBUILD
index 77e87f23239822ca0d20d1a9639c1565f73a00cf..97a730083e3696714bddc35db38bae0a4dca32ff 100644
--- a/community/plasma-framework/APKBUILD
+++ b/community/plasma-framework/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-framework
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Plasma library and runtime components based upon KF5 and Qt5"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD
index 1355c210ea24e5b84ef02b18df2720378f1c3ac5..f8442898504390290bf625acb353c3ad5d663de1 100644
--- a/community/plasma-integration/APKBUILD
+++ b/community/plasma-integration/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-integration
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch="all !armhf" # Blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -16,7 +16,7 @@ options="!check" # Broken
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \
diff --git a/community/plasma-nm/APKBUILD b/community/plasma-nm/APKBUILD
index ab413eed4d277e89b5ef230f8b7c8dda140d139f..e5ea84150ca139f95a117283b9a239ad7da26222 100644
--- a/community/plasma-nm/APKBUILD
+++ b/community/plasma-nm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-nm
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Plasma applet written in QML for managing network connections"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang $pkgname-mobile"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_MOBILE=ON
diff --git a/community/plasma-pa/APKBUILD b/community/plasma-pa/APKBUILD
index bfa2c8ba01a0132115997d15fde2b641067b8428..81eab7b16a8f934511f626ebda4edca824294445 100644
--- a/community/plasma-pa/APKBUILD
+++ b/community/plasma-pa/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-pa
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Plasma applet for audio volume management using PulseAudio"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DUSE_GCONF=OFF
diff --git a/community/plasma-sdk/APKBUILD b/community/plasma-sdk/APKBUILD
index 2616902cc6fa45eaa429e2212ba45a8d12b2e773..1bb18d4b369654c9d442fb4d6a423e516474f930 100644
--- a/community/plasma-sdk/APKBUILD
+++ b/community/plasma-sdk/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-sdk
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Applications useful for Plasma Development"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/plasma-thunderbolt/APKBUILD b/community/plasma-thunderbolt/APKBUILD
index dd2dcb029857fd2962fa5480c40443a9f1e13992..4e5077ca5c8d1ed67484bced240fd8d56d4089c8 100644
--- a/community/plasma-thunderbolt/APKBUILD
+++ b/community/plasma-thunderbolt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-thunderbolt
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf !armv7" # Limited by bolt -> polkit, armhf also limited by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
 pkgdesc="Plasma integration for controlling Thunderbolt devices"
@@ -16,7 +16,7 @@ options="!check" # Requires running dbus server
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/plasma-vault/APKBUILD b/community/plasma-vault/APKBUILD
index c98e9bda3a6a15a2ecc2eb0d9d664595e1e6d0da..fbe838f1b2fd04b22ccffaa80dd617b664c99228 100644
--- a/community/plasma-vault/APKBUILD
+++ b/community/plasma-vault/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-vault
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Plasma applet and services for creating encrypted vaults"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/plasma-workspace-wallpapers/APKBUILD b/community/plasma-workspace-wallpapers/APKBUILD
index 9a7d32d67f24abb3d43ee98e245c702344dc8628..c086f800df140ae131fa56d54394f96e07dc7822 100644
--- a/community/plasma-workspace-wallpapers/APKBUILD
+++ b/community/plasma-workspace-wallpapers/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-workspace-wallpapers
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Wallpapers for the Plasma Workspace"
 arch="noarch !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ options="!check" # No tests available
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/plasma-workspace/APKBUILD b/community/plasma-workspace/APKBUILD
index 6b582a6beaff9e69cfb9d3dfba12eaba4ce56dfd..f72c38bb55a34cb5d091393b56893c5680c65c1b 100644
--- a/community/plasma-workspace/APKBUILD
+++ b/community/plasma-workspace/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plasma-workspace
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="KDE Plasma Workspace"
 arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -16,7 +16,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/playerctl/APKBUILD b/community/playerctl/APKBUILD
index 41a7ff8cac1787c5837dd6991b8c13ed67989e0b..7d2d07bcac1327c4a00ecea04afc74f309fcedc2 100644
--- a/community/playerctl/APKBUILD
+++ b/community/playerctl/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=playerctl
 pkgver=2.1.1
-pkgrel=0
+pkgrel=1
 pkgdesc="MPRIS command-line controller for music players"
 options="!check" # Requires unpackaged pytest-asyncio
 url="https://github.com/altdesktop/playerctl"
@@ -22,7 +22,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgtk-doc=false \
 		-Dintrospection=true \
 		. output
diff --git a/community/plymouth-kcm/APKBUILD b/community/plymouth-kcm/APKBUILD
index c7d37dbc5de5ab6e649c371b569f4b53f04feb0b..e380d9f0ee21ba569e6d9e606d0883363fe38478 100644
--- a/community/plymouth-kcm/APKBUILD
+++ b/community/plymouth-kcm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=plymouth-kcm
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://cgit.kde.org/plymouth-kcm.git"
 pkgdesc="KCM to manage the Plymouth (Boot) theme"
@@ -15,7 +15,7 @@ options="!check" # No tests
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/polkit-kde-agent-1/APKBUILD b/community/polkit-kde-agent-1/APKBUILD
index a3aa9dd106516d9929f0bb4abfa8b3ffe60bc0a2..177166cbdc7bb4de2c4b2302a3e44150e76dc1c2 100644
--- a/community/polkit-kde-agent-1/APKBUILD
+++ b/community/polkit-kde-agent-1/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=polkit-kde-agent-1
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Daemon providing a polkit authentication UI for KDE"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/polkit-qt-1/APKBUILD b/community/polkit-qt-1/APKBUILD
index 6093949288eca933410a7ac52d007cc5d6628959..8b04aa5257f536e96b7aa32064d697d338ae975d 100644
--- a/community/polkit-qt-1/APKBUILD
+++ b/community/polkit-qt-1/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=polkit-qt-1
 pkgver=0.113.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt wrapper around polkit-1 client libraries"
 arch="all"
 url="https://www.kde.org"
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/popl/APKBUILD b/community/popl/APKBUILD
index bc046e37563900490716348c9aacecf6d66b42d0..d051a1b48e7b21ce514221303f0f91e8135dbfaf 100644
--- a/community/popl/APKBUILD
+++ b/community/popl/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
 pkgname=popl
 pkgver=1.2.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Header-only C++ program options parser library"
 url="https://github.com/badaix/popl"
 arch="noarch"
@@ -19,7 +19,7 @@ build() {
 	fi
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS}
diff --git a/community/postsrsd/APKBUILD b/community/postsrsd/APKBUILD
index f8e4cdc34b9fa56acf1fa036f18be068f8296053..cee191ad6ead84a4a1f157d82796a391ef45a505 100644
--- a/community/postsrsd/APKBUILD
+++ b/community/postsrsd/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=postsrsd
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Postfix Sender Rewriting Scheme daemon"
 url="https://github.com/roehling/postsrsd"
 arch="all"
@@ -24,7 +24,7 @@ build() {
 	cd build
 
 	cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DGENERATE_SRS_SECRET=OFF \
 		-DCONFIG_DIR=/etc/postsrsd
 	make all
diff --git a/community/powerdevil/APKBUILD b/community/powerdevil/APKBUILD
index 2453863e804a67be1d9061a72d2df9fcec470fe2..b221948df3f7d1444529e5be099c50922be61325 100644
--- a/community/powerdevil/APKBUILD
+++ b/community/powerdevil/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=powerdevil
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Manages the power consumption settings of a Plasma Shell"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/print-manager/APKBUILD b/community/print-manager/APKBUILD
index 56ebf73157f6f896964199ecc5bb8bbc33bbd171..1553269b852bff4c0d57792af009bac505aec2ba 100644
--- a/community/print-manager/APKBUILD
+++ b/community/print-manager/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=print-manager
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/applications/utilities/"
 pkgdesc="A tool for managing print jobs and printers"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/prison/APKBUILD b/community/prison/APKBUILD
index e2eb4f4d64a9829ad2eb6e5eb8b9919bba8422b1..4b7147afafdef610ba60043431c9a34ed8784264 100644
--- a/community/prison/APKBUILD
+++ b/community/prison/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=prison
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/pugixml/APKBUILD b/community/pugixml/APKBUILD
index 2625f870fb15e3bc88a312e9756ac5074847f760..930106fc710e2961f93c2dd494e0e01220fcfea3 100644
--- a/community/pugixml/APKBUILD
+++ b/community/pugixml/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <ops@ikke.info>
 pkgname=pugixml
 pkgver=1.10
-pkgrel=0
+pkgrel=1
 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
 url="http://pugixml.org"
 arch="all"
@@ -16,7 +16,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release
+		-DCMAKE_BUILD_TYPE=None
 	make
 }
 
diff --git a/community/pulseaudio-qt/APKBUILD b/community/pulseaudio-qt/APKBUILD
index 724d072c997d2b6ddf4e97b7a5c9cf1f0444ee4d..8b51a1c7a375c3501b904dd5ba2699c97f9a9f41 100644
--- a/community/pulseaudio-qt/APKBUILD
+++ b/community/pulseaudio-qt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=pulseaudio-qt
 pkgver=1.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://cgit.kde.org/pulseaudio-qt.git/"
 pkgdesc="Pulseaudio bindings for Qt"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD
index 68e64dc0ad8824f90b6dc26db079325fa36234e7..6e0b485718397a4ca04507327e2b2bd101cf0ac5 100644
--- a/community/pulseaudio/APKBUILD
+++ b/community/pulseaudio/APKBUILD
@@ -5,7 +5,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=pulseaudio
 pkgver=13.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A featureful, general-purpose sound server"
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
 arch="all"
@@ -80,7 +80,7 @@ build() {
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--optimization=s \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dgcov=false \
 		-Dman=true \
 		-Dtests=true \
diff --git a/community/purpose/APKBUILD b/community/purpose/APKBUILD
index 1fd191c3ca02d9db58b6f6cd0b8e5639fabe0e8c..495af77d935ba562b4cb92c4533ed8a6f5f9a206 100644
--- a/community/purpose/APKBUILD
+++ b/community/purpose/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=purpose
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -23,7 +23,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_TESTING=ON
diff --git a/community/qjson/APKBUILD b/community/qjson/APKBUILD
index a94d68add25d184ef259aeb9578a764442b9530b..8c30b8eee5d6f3fe6a43186ab4910f00f74a55b2 100644
--- a/community/qjson/APKBUILD
+++ b/community/qjson/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=qjson
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A qt-based library that maps JSON data to QVariant objects"
 url="http://qjson.sourceforge.net/"
 arch="all"
@@ -19,7 +19,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake -DCMAKE_INSTALL_PREFIX=/usr \
-	      -DCMAKE_BUILD_TYPE=Release \
+	      -DCMAKE_BUILD_TYPE=None \
 	      "$builddir"
 	make
 }
diff --git a/community/qqc2-desktop-style/APKBUILD b/community/qqc2-desktop-style/APKBUILD
index 08b71861f9d43fbc1ee3bb45ddbb4a5d83caedcc..e295956287a0c94325cec5074611b8e9deef4e98 100644
--- a/community/qqc2-desktop-style/APKBUILD
+++ b/community/qqc2-desktop-style/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=qqc2-desktop-style
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A style for Qt Quick Controls 2 to make it follow your desktop theme"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/qt5-qtkeychain/APKBUILD b/community/qt5-qtkeychain/APKBUILD
index 24bbc71bf35d580356e5198f67f8a796979669e8..68a1d20bab96591f985ac06098f4d29b2f628ee1 100644
--- a/community/qt5-qtkeychain/APKBUILD
+++ b/community/qt5-qtkeychain/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=qt5-qtkeychain
 pkgver=0.10.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Qt API to store passwords and other secret data"
 url="https://github.com/frankosterfeld/qtkeychain"
 arch="all"
@@ -23,7 +23,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		$CMAKE_CROSSOPTS
diff --git a/community/qxmpp/APKBUILD b/community/qxmpp/APKBUILD
index f5efa0bb5efc4816b0ac356b5cb11d2eff6253e7..dd6eb21d9cf50c20d8dd765fcb59355a57784885 100644
--- a/community/qxmpp/APKBUILD
+++ b/community/qxmpp/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=qxmpp
 pkgver=1.2.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Cross-platform C++ XMPP client and server library"
 arch="all"
 url="https://github.com/qxmpp-project/qxmpp"
@@ -13,7 +13,7 @@ subpackages="$pkgname-dev"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/range-v3/APKBUILD b/community/range-v3/APKBUILD
index 3babcd6af7abba791b82779c23b3d0c4d29e2f3e..6300d5efd4a9a044d4a598cbb8a3ddc412e9afef 100644
--- a/community/range-v3/APKBUILD
+++ b/community/range-v3/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=range-v3
 pkgver=0.10.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Experimental range library for C++11/14/17"
 options="!check"
 url="https://github.com/ericniebler/range-v3"
@@ -24,7 +24,7 @@ build() {
 	cmake -B build -G Ninja \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DRANGE_V3_EXAMPLES=OFF \
 		-DRANGE_V3_PERF=OFF \
diff --git a/community/remmina/APKBUILD b/community/remmina/APKBUILD
index 5a7b7c7944eb2e9d9c7586cba696e2aede6ccfcc..6906887a51630c647e7c5432535a617c22ec2e55 100644
--- a/community/remmina/APKBUILD
+++ b/community/remmina/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=remmina
 pkgver=1.3.10
-pkgrel=0
+pkgrel=1
 pkgdesc="Remmina is a remote desktop client written in GTK+"
 url="https://www.remmina.org/"
 arch="all"
@@ -21,7 +21,7 @@ builddir="$srcdir"/Remmina-v$pkgver
 
 build() {
 	LDFLAGS="$LDFLAGS -lintl" \
-	cmake -DCMAKE_BUILD_TYPE=Release \
+	cmake -DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_APPINDICATOR=OFF \
diff --git a/community/retro-gtk/APKBUILD b/community/retro-gtk/APKBUILD
index de5d1195203b5a3e257d63e77bf2e29d1a1c6d30..02489b13558b9818fed52f1a06df83c824092b7a 100644
--- a/community/retro-gtk/APKBUILD
+++ b/community/retro-gtk/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=retro-gtk
 pkgver=0.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="The GTK+ Libretro frontend framework"
 url="https://gitlab.gnome.org/GNOME/retro-gtk"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD
index 2be18b34c3f965c89e4d09bbd48f325d663e3553..049cc99e3bc47caa37a165f48784451bd313991f 100644
--- a/community/rippled/APKBUILD
+++ b/community/rippled/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: André Klitzing <aklitzing@gmail.com>
 pkgname=rippled
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger"
 options="!check" # FIXME: 1 failure, rippled testsuite doesn't tell which one it is
 url="https://ripple.com/"
@@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ripple/rippled/archive/$pkgv
 
 build() {
 	mkdir build && cd build
-	cmake .. -Dstatic=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+	cmake .. -Dstatic=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None
 	cmake --build .
 }
 
diff --git a/community/sddm-kcm/APKBUILD b/community/sddm-kcm/APKBUILD
index b8b0217d42fe43b3f62206897f552e70de9d3732..3bce043b1679af57e9233f74edcff5a3b24a1ee3 100644
--- a/community/sddm-kcm/APKBUILD
+++ b/community/sddm-kcm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=sddm-kcm
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Config module for SDDM"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD
index 6d738cad24d3c798bfe59985d79b7e1e0605542b..ae37beaf3e0d68953de986a235bc8197fb43a10f 100644
--- a/community/sddm/APKBUILD
+++ b/community/sddm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=sddm
 pkgver=0.18.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple Desktop Display Manager"
 url="https://github.com/sddm/sddm/"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
@@ -23,7 +23,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sddm/sddm/archive/v$pkgver.t
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_MAN_PAGES=ON \
diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD
index 8fb144f7e908635289ff08c8b7054e67b10a61e9..9186ce9be1c72b4e55aa763d6da13394c3d2b62d 100644
--- a/community/seahorse/APKBUILD
+++ b/community/seahorse/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=seahorse
 pkgver=3.34.1
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://projects.gnome.org/seahorse/"
 arch="all"
@@ -17,7 +17,7 @@ subpackages="$pkgname-lang $pkgname-doc"
 source="https://download.gnome.org/sources/seahorse/${pkgver%.*}/seahorse-$pkgver.tar.xz"
 
 build() {
-	meson --prefix=/usr --buildtype=debugoptimized builddir
+	meson --prefix=/usr --buildtype=plain builddir
 	ninja -C builddir
 }
 
diff --git a/community/shaderc/APKBUILD b/community/shaderc/APKBUILD
index 4812917e546d5d2cb375d0c53894fbc47847dca3..444619d6aa15fcad5dd5e6f163a6b42af4dd16fb 100644
--- a/community/shaderc/APKBUILD
+++ b/community/shaderc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=shaderc
 pkgver=2019.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of tools, libraries, and tests for Vulkan shader compilation"
 options="!check" # Fails to configure when tests are enabled
 url="https://github.com/google/shaderc"
@@ -46,7 +46,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DSHADERC_SKIP_TESTS=ON \
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD
index f3aad640d352bf61d7705ce66fa4f9f47630b7e9..2c3df005a9c3e69bc08860e5db758c8acdd3efaa 100644
--- a/community/shotwell/APKBUILD
+++ b/community/shotwell/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=shotwell
 pkgver=0.30.8
-pkgrel=0
+pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
 url="https://wiki.gnome.org/Apps/Shotwell"
 arch="all !s390x"
@@ -21,7 +21,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dinstall-apport-hook=false \
 		. output
 	ninja -C output
diff --git a/community/simple-scan/APKBUILD b/community/simple-scan/APKBUILD
index a993f69cf884a287994c3a12258c69b7d9a0ec09..65b389df791b83f7db8f9e00e7a3daa081689346 100644
--- a/community/simple-scan/APKBUILD
+++ b/community/simple-scan/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=simple-scan
 pkgver=3.34.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Simple Scan allows you to get images from a scanner"
 url="https://gitlab.gnome.org/GNOME/simple-scan"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 	meson \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		output .
 	ninja -C output
 }
diff --git a/community/slim/APKBUILD b/community/slim/APKBUILD
index cfbad25c923f236799266b3038e01874bcb51748..be32cd898fae3c0e37584ececdf51823926ba5eb 100644
--- a/community/slim/APKBUILD
+++ b/community/slim/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=slim
 pkgver=1.3.6
-pkgrel=10
+pkgrel=11
 pkgdesc="Desktop-independent graphical login manager for X11"
 url="https://sourceforge.net/projects/slim.berlios/files/"
 arch="all"
@@ -40,7 +40,7 @@ prepare() {
 build() {
 	cd "$srcdir/slim-$pkgver"
 	cmake . \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DUSE_PAM=no \
diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD
index 97b03be1dfca2845b6ea48fe68b769b14081d881..e06fadd093bb8c4d2b1f2513a9d7003ebb0b71be 100644
--- a/community/slurp/APKBUILD
+++ b/community/slurp/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=slurp
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Interaction screen selection on Wayland compositors"
 url="https://wayland.emersion.fr/slurp/"
 arch="all"
@@ -18,7 +18,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/snapcast/APKBUILD b/community/snapcast/APKBUILD
index 309b56ac4497898e36c9c24181f93394c830bdab..8a6f5514662951db9aad21e13859c2745bfc81d1 100644
--- a/community/snapcast/APKBUILD
+++ b/community/snapcast/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=snapcast
 pkgver=0.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Synchronous multi-room audio player"
 url="https://github.com/badaix/snapcast"
 arch="all"
@@ -23,7 +23,7 @@ options="!check" # No testsuite
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_WITH_FLAC=ON \
 		-DBUILD_WITH_VORBIS=ON \
diff --git a/community/solid/APKBUILD b/community/solid/APKBUILD
index 8ad66d722a733491140806f4c159562662b2c3dc..4eaa6045979463b5ef09ae33d01db63335873c85 100644
--- a/community/solid/APKBUILD
+++ b/community/solid/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=solid
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Hardware integration and detection"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/sonnet/APKBUILD b/community/sonnet/APKBUILD
index 7d7f7c12ad119e6aa8cb4d708d4444be3596ee7a..4905f6df711949a645299535749c7e605cc355cf 100644
--- a/community/sonnet/APKBUILD
+++ b/community/sonnet/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=sonnet
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Spelling framework for Qt5"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/spdlog/APKBUILD b/community/spdlog/APKBUILD
index 677107bfff7854a3b326969021a8a43318557d38..c339be8f4ed900bf39c7eb3c988c378b680499f3 100644
--- a/community/spdlog/APKBUILD
+++ b/community/spdlog/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=spdlog
 pkgver=1.5.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Fast C++ logging library"
 url="https://github.com/gabime/spdlog"
 arch="all"
@@ -22,7 +22,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DSPDLOG_BUILD_BENCH=OFF \
 		-DSPDLOG_BUILD_TESTS=ON \
diff --git a/community/spectacle/APKBUILD b/community/spectacle/APKBUILD
index 3fe4973c638345e02e41b5e52794430d2cd0a526..b484cb579824f33be814ad87197b45787db2a69c 100644
--- a/community/spectacle/APKBUILD
+++ b/community/spectacle/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=spectacle
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Application for capturing desktop screenshots"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://kde.org/applications/utilities/org.kde.spectacle"
@@ -20,7 +20,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/spectral/APKBUILD b/community/spectral/APKBUILD
index 1725903a6c4d66c135ad4e0d70ee65a640ac3486..d797c2c93762ba52107f55a2dc8ba2cc20d3418b 100644
--- a/community/spectral/APKBUILD
+++ b/community/spectral/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=spectral
 pkgver=0.0.0.817
 _pkgver=${pkgver##*.}
-pkgrel=1
+pkgrel=2
 _commit_libquotient="16d6700950f5f0ebd71481efd5e1a24f04e3c651"
 _commit_sortfilterproxymodel="36befddf5d57faad990e72c88c5844794f274145"
 # Blocked on armhf by qt5-qtdeclarative
@@ -33,7 +33,7 @@ prepare() {
 build() {
 	# TODO: set USE_INTREE_LIBQMC to true once libQuotient 0.6.0 is out
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DUSE_INTREE_LIBQMC=true
 	make
diff --git a/community/spirv-headers/APKBUILD b/community/spirv-headers/APKBUILD
index f40dafb006fcc825f650e9a28c5955deb7d8a582..c56212c0e40b1579f62527b042684ef3a0745505 100644
--- a/community/spirv-headers/APKBUILD
+++ b/community/spirv-headers/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=spirv-headers
 _pkgname=SPIRV-Headers
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Machine-readable files for the SPIR-V Registry"
 options="!check" # No testsuite
 url="https://github.com/KhronosGroup/SPIRV-Headers"
@@ -19,7 +19,7 @@ build() {
 		-GNinja \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		${CMAKE_CROSSOPTS} .
 	ninja
 }
diff --git a/community/spirv-tools/APKBUILD b/community/spirv-tools/APKBUILD
index ecfb43c0d92b7cf19bfa902df8dc97509a7b5379..c79cb322a1653c02752789412777d30e19cda521 100644
--- a/community/spirv-tools/APKBUILD
+++ b/community/spirv-tools/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=spirv-tools
 _pkgname=SPIRV-Tools
 pkgver=2020.1
-pkgrel=0
+pkgrel=1
 pkgdesc="API and commands for processing SPIR-V modules"
 options="!check" # Requires git checkout of gtest in external/
 url="https://github.com/KhronosGroup/SPIRV-Tools"
@@ -24,7 +24,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DSPIRV_WERROR=OFF \
diff --git a/community/stlink/APKBUILD b/community/stlink/APKBUILD
index 21c38ae319e5409f4e38038f8dc5fcb01d2546fb..83b0adf544812f0bd50bcbe7342a549565b98856 100644
--- a/community/stlink/APKBUILD
+++ b/community/stlink/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=stlink
 pkgver=1.6.0
-pkgrel=0
+pkgrel=1
 pkgdesc="STM32 discovery line linux programmer"
 url="https://github.com/texane/stlink"
 arch="all"
@@ -22,7 +22,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS -Wno-error=cpp"
 	make
diff --git a/community/supertux/APKBUILD b/community/supertux/APKBUILD
index 2fecd82ecd38bb5222930a1c1c088cbcf2c31b77..263644bef5a37bb8c7aa37b606be02ee841f078d 100644
--- a/community/supertux/APKBUILD
+++ b/community/supertux/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: alpterry <alpterry@protonmail.com>
 pkgname=supertux
 pkgver=0.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Open-source classic 2D jump'n run sidescroller game"
 url="https://www.supertux.org/"
 arch="all !s390x" # build fails
@@ -24,7 +24,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		-DINSTALL_SUBDIR_BIN=bin \
diff --git a/community/supertuxkart/APKBUILD b/community/supertuxkart/APKBUILD
index 946aa49bd91110001ebf7a9f19e82603261fb168..c29f8b3d57e74a842cb0ce3ea7e94b5be319214f 100644
--- a/community/supertuxkart/APKBUILD
+++ b/community/supertuxkart/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=supertuxkart
 pkgver=1.1
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://supertuxkart.net/"
 pkgdesc="Kart racing game featuring Tux and his friends"
@@ -28,7 +28,7 @@ build() {
 	esac
 
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_RECORDER=0 \
diff --git a/community/sushi/APKBUILD b/community/sushi/APKBUILD
index c1469994e49576b9bb0746403b277a6484f13024..b194fc308ef210b6d5ebffc5c4f06d307b1dde22 100644
--- a/community/sushi/APKBUILD
+++ b/community/sushi/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=sushi
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A quick preview for Nautilus"
 url="https://gitlab.gnome.org/GNOME/sushi"
 arch="all !s390x"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD
index 661df8ba8e16f2f54de790bf711aaa7fc0a3b7ba..44406a3ef8d6f19a6fe27e04573e9f13ac33740d 100644
--- a/community/sway/APKBUILD
+++ b/community/sway/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=sway
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 url="http://swaywm.org"
 arch="all"
@@ -39,7 +39,7 @@ build() {
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/syndication/APKBUILD b/community/syndication/APKBUILD
index c68ef9d596b89a39631e4982149a669c023f5ea2..121ff8f1504ddec6067f69374a7e2454af784b7b 100644
--- a/community/syndication/APKBUILD
+++ b/community/syndication/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=syndication
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="An RSS/Atom parser library"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD
index 317795a954c425da8b6fa749e9a81a6a8ff758b9..499f931708048fb1d67b155988b8e39b60415552 100644
--- a/community/syntax-highlighting/APKBUILD
+++ b/community/syntax-highlighting/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=syntax-highlighting
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Syntax highlighting engine for structured text and code"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
@@ -22,7 +22,7 @@ build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
 	make
diff --git a/community/sysprof/APKBUILD b/community/sysprof/APKBUILD
index fd228cd7fb1820eca72800115ccf48474ed4f79a..de79fa8aa80cd935b9b69b6513267509c832b30c 100644
--- a/community/sysprof/APKBUILD
+++ b/community/sysprof/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=sysprof
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="System-wide profiler for Linux"
 url="http://sysprof.com/"
 arch="all !s390x" # tests failing
@@ -20,7 +20,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Denable_gtk=true \
 		-Dsystemdunitdir=no \
 		. output
diff --git a/community/systemsettings/APKBUILD b/community/systemsettings/APKBUILD
index 09007676b5e640ac425e125badcd2896675ba32e..861014f130fa16b1f3e4db6675bdccd2fe6d626b 100644
--- a/community/systemsettings/APKBUILD
+++ b/community/systemsettings/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=systemsettings
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Plasma system manager for hardware, software, and workspaces"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/telegram-desktop/APKBUILD b/community/telegram-desktop/APKBUILD
index b35bccd423dca926c9305b6684c1e12760214c0a..829040277898fc195d0367be4007a93a717654fb 100644
--- a/community/telegram-desktop/APKBUILD
+++ b/community/telegram-desktop/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Leo <thinkabit.ukim@gmail.com>
 pkgname=telegram-desktop
 pkgver=1.9.14
-pkgrel=0
+pkgrel=1
 pkgdesc="Telegram Desktop messaging app"
 options="!check" # Requires Catch2 to be packaged.
 url="https://desktop.telegram.org/"
@@ -53,7 +53,7 @@ build() {
 	cmake -B build -G Ninja \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \
 		-DDESKTOP_APP_DISABLE_SPELLCHECK=OFF \
 		-DDESKTOP_APP_LOTTIE_USE_CACHE=ON \
diff --git a/community/telepathy-qt/APKBUILD b/community/telepathy-qt/APKBUILD
index e88de3509c366df70ba45e861d5a6171a2b99b2e..6484180ba59d0fffe426f5ced42643eccb05c3ab 100644
--- a/community/telepathy-qt/APKBUILD
+++ b/community/telepathy-qt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=telepathy-qt
 pkgver=0.9.8
-pkgrel=0
+pkgrel=1
 arch="all"
 url="http://telepathy.freedesktop.org/wiki/"
 license="LGPL-2.1-or-later"
@@ -15,7 +15,7 @@ options="!check"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DPYTHON_EXECUTABLE=/usr/bin/python3 \
diff --git a/community/template-glib/APKBUILD b/community/template-glib/APKBUILD
index cd23b466756d9ca9524ea186520555775f3d2bb7..b4fd410652d39ca83b3eea486612947156306057 100644
--- a/community/template-glib/APKBUILD
+++ b/community/template-glib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=template-glib
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="library for template expansion which supports calling into GObject Introspection from templates"
 url="https://gitlab.gnome.org/GNOME/template-glib"
 arch="all"
@@ -17,7 +17,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/threadweaver/APKBUILD b/community/threadweaver/APKBUILD
index 9c2422510c3c4b20b3f907314f3dc0dfaffc9af7..a084ae0deade0593254bcbcdfd6465af5f9a3d99 100644
--- a/community/threadweaver/APKBUILD
+++ b/community/threadweaver/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=threadweaver
 pkgver=5.67.0
-pkgrel=0
+pkgrel=1
 pkgdesc="High-level multithreading framework"
 arch="all !armhf" # armhf blocked by qt5-qtdeclarative
 url="https://community.kde.org/Frameworks"
@@ -21,7 +21,7 @@ prepare() {
 build() {
 	cd "$builddir"/build
 	cmake "$builddir" \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_QCH=ON
diff --git a/community/tint2/APKBUILD b/community/tint2/APKBUILD
index 5066b28c59a0f4e3745af5f4a9335b1ca6b749ed..db51997e6342c1f53c67f36729f54302bd2de5ea 100644
--- a/community/tint2/APKBUILD
+++ b/community/tint2/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=tint2
 pkgver=16.7
-pkgrel=0
+pkgrel=1
 pkgdesc="tint2 is a simple unintrusive panel/taskbar"
 url="https://gitlab.com/o9000/tint2"
 arch="all !s390x" # librsvg
@@ -28,7 +28,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_SYSCONFDIR=/etc \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		..
diff --git a/community/tl-expected/APKBUILD b/community/tl-expected/APKBUILD
index 331d2f97aaf4c6d942110936875b5c7c711952df..ab4f536e4ad776b3a5236de8bc31e6c52a4cf5c1 100644
--- a/community/tl-expected/APKBUILD
+++ b/community/tl-expected/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=tl-expected
 pkgver=1.0.0
-pkgrel=0
+pkgrel=1
 pkgdesc="C++11/14/17 std::expected with functional-style extensions"
 options="!check"
 url="https://github.com/TartanLlama/expected"
@@ -20,7 +20,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DEXPECTED_ENABLE_TESTS=OFF \
 		${CMAKE_CROSSOPTS} .
diff --git a/community/totem/APKBUILD b/community/totem/APKBUILD
index 586efa89a057da1d7fb8bb75c80cf05099fefa84..bc75851ac8f886c30a5d6bfc741bc54d6d6ffd30 100644
--- a/community/totem/APKBUILD
+++ b/community/totem/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=totem
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Movie player for the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Videos"
 arch="all"
@@ -22,7 +22,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/tracker-miners/APKBUILD b/community/tracker-miners/APKBUILD
index 103947859ca479a612e37e0d428b89eb9a4ca8cc..30982e4a2e49aca2800714a99d582aaddf0b1bd2 100644
--- a/community/tracker-miners/APKBUILD
+++ b/community/tracker-miners/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=tracker-miners
 pkgver=2.3.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Data miners for tracker"
 url="https://developer.gnome.org/libtracker-miner/stable"
 arch="all !s390x" # networkmanager not avail due to iwd
@@ -25,7 +25,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dtracker_core=system \
 		-Dsystemd_user_services=no \
 		-Dminer_rss=false \
diff --git a/community/tracker/APKBUILD b/community/tracker/APKBUILD
index f18a34720fcc21996bf8ae37a3ce7e2985ebfa78..60624b649928b0c39ec865fffbc359fbfaeb0a14 100644
--- a/community/tracker/APKBUILD
+++ b/community/tracker/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=tracker
 pkgver=2.3.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Personal search tool and storage system"
 url="https://wiki.gnome.org/Projects/Tracker"
 arch="all"
@@ -40,7 +40,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dsystemd_user_services=no \
 		. output
 	ninja -C output
diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD
index f0fa6eeb32f67d325d639d6a755c818ff43cc42d..6e93c808213d82eb1502e04254a74dd6bd2b2a5f 100644
--- a/community/ttf-cantarell/APKBUILD
+++ b/community/ttf-cantarell/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=ttf-cantarell
 pkgver=0.201
-pkgrel=0
+pkgrel=1
 pkgdesc="Humanist sans-serif font designed for on-screen reading"
 url="https://wiki.gnome.org/Projects/CantarellFonts"
 arch="noarch !s390x"
@@ -16,7 +16,7 @@ options="!check"
 
 build() {
 	meson \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		--prefix=/usr \
 		. build
 	ninja -C build
diff --git a/community/uchardet/APKBUILD b/community/uchardet/APKBUILD
index f8ab9b6d3e6bee3279287eb557863c1665588812..93fa1d44906e7afd9a0341ac9af372089f3b5106 100644
--- a/community/uchardet/APKBUILD
+++ b/community/uchardet/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=uchardet
 pkgver=0.0.6
-pkgrel=0
+pkgrel=1
 pkgdesc="Encoding detector library ported from Mozilla"
 url="https://www.freedesktop.org/wiki/Software/uchardet"
 arch="all"
@@ -21,7 +21,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS}
diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD
index dcabcb0dcce2cc03fd551acfaedf5a5b02f16c37..9a34dd99233c2a01ae9beaafb3c142b41a809997 100644
--- a/community/umbrello/APKBUILD
+++ b/community/umbrello/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=umbrello
 pkgver=19.12.2
-pkgrel=0
+pkgrel=1
 arch="all !armhf" # Blocked by extra-cmake-modules
 url="https://umbrello.kde.org/"
 pkgdesc="GUI for diagramming Unified Modelling Language (UML)"
@@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_KF5=ON
diff --git a/community/user-manager/APKBUILD b/community/user-manager/APKBUILD
index 50919cf820f5082d14e0a330618db279de41a198..31047e8fa51578937ccf15c57cd71f0a3af898d8 100644
--- a/community/user-manager/APKBUILD
+++ b/community/user-manager/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=user-manager
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A simple system settings module to manage the users of your system"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,7 +13,7 @@ subpackages="$pkgname-lang"
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/vigra/APKBUILD b/community/vigra/APKBUILD
index f358a3901265a6988d8e524fa09782fcfd4a34fe..d08f38ca9c9ea288270454b944297fd7defc94a7 100644
--- a/community/vigra/APKBUILD
+++ b/community/vigra/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=vigra
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An image processing and analysis library"
 url="http://ukoethe.github.io/vigra/"
 arch="all"
@@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$pkgver"
 build() {
 	cd "$builddir"
 	cmake . \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DDOCINSTALL=share/doc \
 		|| return 1
diff --git a/community/vulkan-headers/APKBUILD b/community/vulkan-headers/APKBUILD
index 5ccffc126ec98cdc2105c68a96cf2ce8ef5d86b4..44e296b73df6b9538bbfb75051fa1a18e13be286 100644
--- a/community/vulkan-headers/APKBUILD
+++ b/community/vulkan-headers/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
 pkgver=1.2.133
-pkgrel=0
+pkgrel=1
 arch="noarch"
 url="https://www.khronos.org/vulkan"
 pkgdesc="Vulkan header files"
@@ -15,7 +15,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/vulkan-loader/APKBUILD b/community/vulkan-loader/APKBUILD
index 7464d696f4849950f02673f667bbd30d42e2ff8f..93fa9d7cefbe7d7a3ec881280e0663738fbdf94b 100644
--- a/community/vulkan-loader/APKBUILD
+++ b/community/vulkan-loader/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=vulkan-loader
 _pkgname=Vulkan-Loader
 pkgver=1.2.133
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://www.khronos.org/vulkan"
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_INSTALL_SYSCONFDIR=/etc \
diff --git a/community/waybar/APKBUILD b/community/waybar/APKBUILD
index 2dc9746bc664d74cfcab2de048b8adb38b34b248..592935dc488c5930869546b2843c81461b96a7f3 100644
--- a/community/waybar/APKBUILD
+++ b/community/waybar/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Luca Weiss <luca@z3ntu.xyz>
 pkgname="waybar"
 pkgver="0.9.0"
-pkgrel=1
+pkgrel=2
 pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
 url="https://github.com/Alexays/Waybar/"
 arch="all"
@@ -23,7 +23,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. output
 	ninja -C output
 }
diff --git a/community/waylandpp/APKBUILD b/community/waylandpp/APKBUILD
index adfffb7923620fefb4ecc3eb84fc59d9c00349f3..ffa1b255e7698d41cdd36856819f8468a0643ec8 100644
--- a/community/waylandpp/APKBUILD
+++ b/community/waylandpp/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=waylandpp
 pkgver=0.2.7
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://github.com/NilsBrause/waylandpp"
 options="!check" # No tests are run
@@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc"
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make
diff --git a/community/wf-recorder/APKBUILD b/community/wf-recorder/APKBUILD
index aaf55617b46c32b10e03a6905d0b04faf0f7b5ba..a519e9d47d0deddffafa34440c0fbe22f9e9dcf5 100644
--- a/community/wf-recorder/APKBUILD
+++ b/community/wf-recorder/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=wf-recorder
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Screen recording for wlroots-based compositors"
 options="!check" # No testsuite
 url="https://github.com/ammen99/wf-recorder"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		-Dman-pages=enabled \
 		-Dopencl=enabled \
 		. output
diff --git a/community/wl-clipboard/APKBUILD b/community/wl-clipboard/APKBUILD
index a5fa5320c330c64c1d7bd2f1cec3f7de080fc2d5..2b3fbb678c3af45cdbf8a3ed8babbbaab006093a 100644
--- a/community/wl-clipboard/APKBUILD
+++ b/community/wl-clipboard/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Robert Sacks <robert@sacks.email>
 pkgname=wl-clipboard
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Command-line copy/paste utilities for Wayland"
 url="https://github.com/bugaevc/wl-clipboard"
 arch="all"
@@ -19,7 +19,7 @@ build() {
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--localstatedir=/var \
-		--buildtype=debugoptimized \
+		--buildtype=plain \
 		. build
 	ninja -C build
 }
diff --git a/community/woff2/APKBUILD b/community/woff2/APKBUILD
index 6b97e803d334d8124651ef2d056a09c898b48745..0ded988b4ca853006f7e4cb9345d1f8bd2abdda5 100644
--- a/community/woff2/APKBUILD
+++ b/community/woff2/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=woff2
 pkgver=1.0.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Web Open Font Format 2 reference implementation"
 options="!check" # No testsuite
 url="https://github.com/google/woff2"
@@ -18,7 +18,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/google/woff2/archive/v$pkgve
 
 build() {
 	cmake . \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DCMAKE_SKIP_BUILD_RPATH=ON
diff --git a/community/ws/APKBUILD b/community/ws/APKBUILD
index b1de1a0ffd3abaa7940dd105c25d8bfec9bfe998..b7eac66a6d775aa04ca8ec49f17e93a23b42fe36 100644
--- a/community/ws/APKBUILD
+++ b/community/ws/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=ws
 pkgver=8.0.5
-pkgrel=0
+pkgrel=1
 pkgdesc="websocket and http client and server command line swiss army"
 options="!check"
 url="https://github.com/machinezone/IXWebSocket"
@@ -21,7 +21,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DUSE_TLS=1 \
 		-DUSE_WS=1 \
diff --git a/community/xdg-desktop-portal-kde/APKBUILD b/community/xdg-desktop-portal-kde/APKBUILD
index 8590e279e4e44bbb716a2af97262ecf59747f5fe..cfc327f56f13f5e4420ffbe44bd421a7652b7b2f 100644
--- a/community/xdg-desktop-portal-kde/APKBUILD
+++ b/community/xdg-desktop-portal-kde/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=xdg-desktop-portal-kde
 pkgver=5.18.1
-pkgrel=0
+pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal that is using Qt/KDE"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://phabricator.kde.org/source/xdg-desktop-portal-kde"
@@ -15,7 +15,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/xdg-desktop-portal-kde-$p
 
 build() {
 	cmake -B "$builddir"/build \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib
 	make -C build
diff --git a/community/xerces-c/APKBUILD b/community/xerces-c/APKBUILD
index dc240a0ddae5f22ae397aa62bd807705967267ff..19fe69f2496756fc61844a38a1e5ec71bf3c3457 100644
--- a/community/xerces-c/APKBUILD
+++ b/community/xerces-c/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Bell <andrew.bell.ia@gmail.com>
 pkgname=xerces-c
 pkgver=3.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A validating XML parser written in a portable subset of C++"
 url="https://xerces.apache.org/index.html"
 arch="all"
@@ -28,7 +28,7 @@ build() {
 	cmake .. \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \
 		$thread_support \
 		-Dnetwork-accessor=curl \
diff --git a/community/xfce4-whiskermenu-plugin/APKBUILD b/community/xfce4-whiskermenu-plugin/APKBUILD
index 78a45861e34126ff650c08b4ae8673270361be53..322089674f556dc902679e9a74d4e6b46039e019 100644
--- a/community/xfce4-whiskermenu-plugin/APKBUILD
+++ b/community/xfce4-whiskermenu-plugin/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=xfce4-whiskermenu-plugin
 pkgver=2.4.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Alternate application launcher for Xfce"
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin"
 arch="all"
@@ -15,7 +15,7 @@ build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		.
 	make
 }
diff --git a/community/xournalpp/APKBUILD b/community/xournalpp/APKBUILD
index 702aa15bf96372c8949154216ace764cacbc1e48..46eaa74805de79c475c8a70904b9b4f16c8716cb 100644
--- a/community/xournalpp/APKBUILD
+++ b/community/xournalpp/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=xournalpp
 pkgver=1.0.17
-pkgrel=0
+pkgrel=1
 pkgdesc="Xournal++ is a handwriting notetaking software with PDF annotation support"
 url="https://github.com/xournalpp/xournalpp"
 arch="all"
@@ -25,7 +25,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		${CMAKE_CROSSOPTS} .
diff --git a/community/z3/APKBUILD b/community/z3/APKBUILD
index 373b8edfae91b1a24c2568d20f9a09c6632651f1..ec32205dea8075bc5e13684168d389ad60a9628e 100644
--- a/community/z3/APKBUILD
+++ b/community/z3/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=z3
 pkgver=4.8.7
-pkgrel=0
+pkgrel=1
 pkgdesc="Theorem prover from Microsoft Research"
 url="https://github.com/Z3Prover/z3"
 arch="all !s390x !aarch64"
@@ -22,7 +22,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBS=True \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 		-DCMAKE_C_FLAGS="$CFLAGS" \
 		..
diff --git a/community/zxing-cpp/APKBUILD b/community/zxing-cpp/APKBUILD
index ff4f52cd1cb14a703a8ba043a7f066cb3a01f78d..c2482ad359eb7e586157a60d36d0472c85f07d7f 100644
--- a/community/zxing-cpp/APKBUILD
+++ b/community/zxing-cpp/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=zxing-cpp
 pkgver=1.0.8
-pkgrel=0
+pkgrel=1
 arch="all"
 url="https://github.com/nu-book/zxing-cpp"
 pkgdesc="C++ port of ZXing"
@@ -14,7 +14,7 @@ options="!check" # No tests
 
 build() {
 	cmake \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=None \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DBUILD_SHARED_LIBRARY=ON