summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhype-vhs2024-10-16 23:24:05 -0500
committerhype-vhs2024-10-16 23:31:09 -0500
commit15897a61b5ad8b07f66969d0eae7210d615627be (patch)
treeb99b334cd058d9539923a82146906ee711277022
parent25e8d6a8db4b0245abefb0669efe604ead238cf1 (diff)
downloadaur-15897a61b5ad8b07f66969d0eae7210d615627be.tar.gz
Stop clobbering makepkg options
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06bd7e8d64a6..8b3a39a96315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=(gcc-libs glibc)
makedepends=(cargo dotnet-sdk)
# most rust projects that link with native libs can't use lto
-options=(!lto)
+options+=(!lto)
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('9dbbaa1addf018e139d87678f8669d0b025502be38afd46f8abd736a3784813c')