Disable LTO for spot-client
This commit is contained in:
parent
f8f9518535
commit
8e6f510538
2 changed files with 2 additions and 0 deletions
1
PKGBUILD
1
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue