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 11:35:46 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-11 11:35:46 +0300
commit8f6bb3fc0a0142b39216f0736773929534873ea9 (patch)
treeac22e6358c08f9d71852bbc454a1514ee5a12e47
parent33bfe926233051b2cd1827e3700a7973f5ee1b8a (diff)
extra/yazi: Disable LTO
-rw-r--r--extra/yazi/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yazi/PKGBUILD b/extra/yazi/PKGBUILD
new file mode 100644
index 00000000..76d1fc9d
--- /dev/null
+++ b/extra/yazi/PKGBUILD
@@ -0,0 +1,2 @@
+# Fails to build with LTO
+options+=(!lto)