summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae8412c86e8e..cc5e4afe3b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,10 @@ makedepends=(
'go'
)
+# no idea why --flto=auto is added to the LDFLAGS with a format
+# causing an issue with the compiler.
+options=('!lto')
+
_latest() {
curl -s https://api.github.com/repos/kubeshark/kubeshark/releases | jq -r '.[0].tag_name'
}