Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Disable LTO in source aur pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Apr 21, 2024
1 parent 177aa37 commit 4f34751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/PKGBUILD.source
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ depends=('ffmpeg' 'openssl')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crunchy-labs/crunchy-cli/archive/refs/tags/v${pkgver}.tar.gz")
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() {
cd "$srcdir/${pkgname}-$pkgver"
Expand Down

0 comments on commit 4f34751

Please sign in to comment.