summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2024-02-17 00:39:18 +0700
committerKonstantin Shalygin2024-02-17 00:39:18 +0700
commitd31c70971dc7b55e95d45e8969e510fcae7971b7 (patch)
tree8665e60bf8e6235cda74a98d590c727f87b52983 /PKGBUILD
parentc929379d38f8c1ee767f1ced72f0e93f89ea09f8 (diff)
downloadaur-d31c70971dc7b55e95d45e8969e510fcae7971b7.tar.gz
Disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a5448d72153..888d5e373ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,10 @@
pkgbase='ovirt_exporter'
pkgname='prometheus-ovirt-exporter'
pkgver='0.10.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Exporter for oVirt engine metrics'
arch=('x86_64' 'aarch64')
+options=(!lto)
_uri='github.com/czerwonk'
url="https://${_uri}/${pkgbase}"
license=('MIT')