Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-07-11 13:15:34 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-11 13:15:34 +0300
commitb400ec94bc26affd85f696ea9dd07a27f6336c93 (patch)
tree04ae7829575529bee439121164cae77b58b92e3c
parent8f84e25263ce985c38e928c78a47f66d3ec54d46 (diff)
extra/mdcat: Disable LTO
-rw-r--r--extra/mdcat/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/mdcat/PKGBUILD b/extra/mdcat/PKGBUILD
index 6883ef75..9fcda81b 100644
--- a/extra/mdcat/PKGBUILD
+++ b/extra/mdcat/PKGBUILD
@@ -1 +1,2 @@
eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')"
+options+=(!lto)