summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-02-07 14:39:31 -0600
committerHurricanePootis2023-02-07 14:39:31 -0600
commit35ca594ee2a63f1894dacf2a5ba8a1d5d9503802 (patch)
tree956a021dede90483673974060d4a57f9627e0ea7
parent353096f1e1b0d571156501dc1a9d8ba1d0a45bef (diff)
downloadaur-35ca594ee2a63f1894dacf2a5ba8a1d5d9503802.tar.gz
Disable LTO from makepkg.conf since LTO is already set
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b2ed2b4fa84..9364090a8181 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch (newest features)
- pkgver = r22989.2b534c285
+ pkgver = r23195.d60e3dead
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = i686
@@ -40,6 +40,7 @@ pkgbase = yuzu-mainline-git
provides = yuzu-cmd
conflicts = yuzu-git
conflicts = yuzu-canary-git
+ options = !lto
source = yuzu::git+https://github.com/yuzu-emu/yuzu-mainline
source = git+https://github.com/lsalzman/enet.git
source = git+https://github.com/benhoyt/inih.git
diff --git a/PKGBUILD b/PKGBUILD
index f9a314256516..248424ea1652 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=r22989.2b534c285
+pkgver=r23195.d60e3dead
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@ url='https://github.com/yuzu-emu/yuzu-mainline'
license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git')
+options=("!lto") #ThinLTO is already set
depends=('desktop-file-utils'
'fmt'
'glslang'