summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorg0ga2024-03-05 12:40:14 +0100
committerGitHub2024-03-05 08:40:14 -0300
commit50eed5e6989c2802e36b6ea019e3158e2d8f4b66 (patch)
treec1f73358192a7547eefe1f0323dff3dd4f3b7c43 /PKGBUILD
parent034905be94b9d66c4f040ceee98c73c92a756ebf (diff)
downloadaur-50eed5e6989c2802e36b6ea019e3158e2d8f4b66.tar.gz
WineASIO won't compile with LTO enabled which is default for makepkg now. Disable it. (#4)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76e10690ae76..65ecb3fe94ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/wineasio/wineasio'
arch=('i686' 'x86_64' 'x86_64_v3')
license=('LGPL')
+options=('!lto')
depends=('wine' 'jack')
makedepends=('git')
depends_x86_64+=('lib32-jack')