mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Disable LTO in source aur pkgbuild
This commit is contained in:
parent
177aa37631
commit
4f3475131c
1 changed files with 2 additions and 0 deletions
2
.github/scripts/PKGBUILD.source
vendored
2
.github/scripts/PKGBUILD.source
vendored
|
|
@ -12,6 +12,8 @@ depends=('ffmpeg' 'openssl')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crunchy-labs/crunchy-cli/archive/refs/tags/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crunchy-labs/crunchy-cli/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('$CI_SHA_SUM')
|
sha256sums=('$CI_SHA_SUM')
|
||||||
|
# lto causes linking errors when executed by this buildscript. besides, lto is already done by cargo itself (which doesn't cause linking errors)
|
||||||
|
options=(!lto)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/${pkgname}-$pkgver"
|
cd "$srcdir/${pkgname}-$pkgver"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue