summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-03-08 12:33:04 +0100
committerDaniel Peukert2022-03-08 12:33:04 +0100
commit8e6f5105380835e8f1f38b3ebc1be45f04e1c061 (patch)
tree561780a97510588cad071999b65ce93cc2cb45ea /PKGBUILD
parentf8f951853547ecb3c99ea38694dca71d62060cc5 (diff)
downloadaur-8e6f5105380835e8f1f38b3ebc1be45f04e1c061.tar.gz
Disable LTO for spot-client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0d954295552..a967594eafb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=('alsa-lib' 'cairo' 'glib2' 'glibc' 'graphene' 'gtk4' 'libadwaita' 'libp
optdepends=('org.freedesktop.secrets')
makedepends=('cargo' 'meson>=0.50.0')
checkdepends=('appstream-glib')
+options=('!lto') # build breaks with LTO enabled (https://gitlab.com/dpeukert/pkgbuilds/-/issues/38)
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
'disable-clippy.patch'