summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRipose2022-06-06 10:23:58 -0700
committerRipose2022-06-06 10:23:58 -0700
commitf017814fe1cd38a644749126e856b673e5e415e7 (patch)
tree0f573b0030cdead1be5ef6ca4782c78d7f99487a
parenta78319d863007b671bb9839c70d860eb0dfa2016 (diff)
downloadaur-f017814fe1cd38a644749126e856b673e5e415e7.tar.gz
toggles -DRELEASE_BUILD=ON
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e03f9688ece..7463aabd80ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ prepare() {
build() {
cd ${srcdir}/build
cmake -DCMAKE_INSTALL_PREFIX:PATH=${pkgdir}/usr \
+ -DRELEASE_BUILD=ON \
-DCMAKE_BUILD_TYPE=Release \
"${srcdir}/Memento-${pkgver}-beta"
make -j $(grep -c ^processor /proc/cpuinfo)