summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-11 03:57:37 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-11 03:57:37 -0700
commit337b98213196dc18a95b73b0d1b95e105bec1c6b (patch)
tree7ca5cedf68213e791acb9bc9943cd36944174133
parentRebuild for boost 1.75 (diff)
downloadmupen64plus-337b98213196dc18a95b73b0d1b95e105bec1c6b.tar.xz
Rebuild for boost 1.76
Fix lto
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c41d987..a155c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mupen64plus
pkgver=2.5
-pkgrel=18
+pkgrel=19
pkgdesc='Nintendo64 Emulator'
arch=('x86_64')
url='https://github.com/mupen64plus/mupen64plus-core'
@@ -36,8 +36,8 @@ build() {
cd mupen64plus-bundle-src-${pkgver}
# -fPIE breaks libmupen64plus.so.2
- export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIE"
- export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIE"
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto -fPIE"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto -fPIE"
export LDFLAGS="$LDFLAGS,-pie"
if [[ $CARCH = 'i686' ]]; then