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-09-08 10:10:19 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-08 10:10:19 +0300
commit4f233eda97b41575c2a42dfa1b6521d1dfa3147f (patch)
tree646126c57601aa01c42031735fe780e3e5bddd96
parent1ad92b781fedf1420cf7af09486f630589faa58e (diff)
extra/yazi: Prevent OOM
-rw-r--r--extra/yazi/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yazi/PKGBUILD b/extra/yazi/PKGBUILD
index 76d1fc9d..0cb529cc 100644
--- a/extra/yazi/PKGBUILD
+++ b/extra/yazi/PKGBUILD
@@ -1,2 +1,2 @@
-# Fails to build with LTO
-options+=(!lto)
+# Prevent out of memory
+options+=(!lto !debug)