diff options
Diffstat (limited to 'community/waylandpp/APKBUILD')
-rw-r--r-- | community/waylandpp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/waylandpp/APKBUILD b/community/waylandpp/APKBUILD index adfffb7923..ffa1b255e7 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 |