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