aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dolphin-emu/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dolphin-emu/APKBUILD')
-rw-r--r--testing/dolphin-emu/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dolphin-emu/APKBUILD b/testing/dolphin-emu/APKBUILD
index 4e9a07b1c1d..4289923ee77 100644
--- a/testing/dolphin-emu/APKBUILD
+++ b/testing/dolphin-emu/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=dolphin-emu
pkgver=5.0_git20200115
-pkgrel=0
+pkgrel=1
_commit="1cc7ef356b9a33814efb290368150a1cceb0a3ed"
# Upstream doesn't actively support non 64-bit platforms and they're too slow
# to emulate any games anyway
@@ -85,7 +85,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_GENERATOR=Ninja \
-DUSE_DISCORD_PRESENCE=OFF \