summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62ff6a1..8794e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgname=desmume
pkgver=0.9.11
-pkgrel=8
+pkgrel=8.2
pkgdesc="Nintendo DS emulator"
arch=('x86_64')
url="https://desmume.org/"
@@ -45,8 +45,8 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
- export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto -fPIE"
- export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto -fPIE"
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto -fPIE -fuse-linker-plugin -minline-all-stringops"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto -fPIE -fuse-linker-plugin -minline-all-stringops"
export LDFLAGS="$LDFLAGS,-pie"
./configure --prefix=/usr --enable-wifi --enable-openal
make