aboutsummaryrefslogtreecommitdiffstats
path: root/community/spdlog
diff options
context:
space:
mode:
Diffstat (limited to 'community/spdlog')
-rw-r--r--community/spdlog/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/spdlog/APKBUILD b/community/spdlog/APKBUILD
index 677107bfff..c339be8f4e 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 \