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-13 07:14:08 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-13 07:14:08 +0300
commit035378fb9441e309f08a23b688ac411fd1a2f918 (patch)
treebad2602f27a2fa3990b5646e5363b262fbe79db5
parent8f142d0a4ee94d11a5575f8e82daec610531b046 (diff)
extra/arrow: Disable LTO
-rw-r--r--extra/arrow/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/arrow/PKGBUILD b/extra/arrow/PKGBUILD
new file mode 100644
index 00000000..f7b11579
--- /dev/null
+++ b/extra/arrow/PKGBUILD
@@ -0,0 +1,2 @@
+# Avoid linker OOM
+options=('!debug' '!lto')