index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 10:10:19 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 10:10:19 +0300 |
commit | 4f233eda97b41575c2a42dfa1b6521d1dfa3147f (patch) | |
tree | 646126c57601aa01c42031735fe780e3e5bddd96 /extra | |
parent | 1ad92b781fedf1420cf7af09486f630589faa58e (diff) |
-rw-r--r-- | extra/yazi/PKGBUILD | 4 |
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) |