diff options
author | hype-vhs | 2024-10-16 23:24:05 -0500 |
---|---|---|
committer | hype-vhs | 2024-10-16 23:31:09 -0500 |
commit | 15897a61b5ad8b07f66969d0eae7210d615627be (patch) | |
tree | b99b334cd058d9539923a82146906ee711277022 | |
parent | 25e8d6a8db4b0245abefb0669efe604ead238cf1 (diff) | |
download | aur-15897a61b5ad8b07f66969d0eae7210d615627be.tar.gz |
Stop clobbering makepkg options
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |