We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac41f2 commit cb0bcc3Copy full SHA for cb0bcc3
scripts/release-aur.sh
@@ -23,6 +23,7 @@ license=('MIT')
23
makedepends=('cargo')
24
provides=('rtx')
25
conflicts=('rtx')
26
+options=('!lto')
27
source=("\$pkgname-\$pkgver.tar.gz::https://github.com/jdxcode/\$pkgname/archive/v\$pkgver.tar.gz")
28
sha512sums=('$SHA512')
29
0 commit comments