Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rust/config.toml.patch')
-rw-r--r--extra/rust/config.toml.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/extra/rust/config.toml.patch b/extra/rust/config.toml.patch
index d0a351bb..20b8e24b 100644
--- a/extra/rust/config.toml.patch
+++ b/extra/rust/config.toml.patch
@@ -1,7 +1,11 @@
-diff -rauN a/config.toml b/config.toml
---- a/config.toml 2023-01-22 09:04:27.684167483 +0100
-+++ b/config.toml 2023-01-22 09:05:53.794297289 +0100
-@@ -6,11 +6,10 @@
+--- a/config.toml 2024-03-12 15:14:24.314876558 +0000
++++ b/config.toml 2024-03-20 14:09:23.793371221 +0000
+@@ -3,14 +3,15 @@
+
+ [llvm]
+ link-shared = true
++link-jobs = 1
++use-linker = "bfd"
[build]
target = [
@@ -15,16 +19,16 @@ diff -rauN a/config.toml b/config.toml
]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
-@@ -28,7 +27,7 @@
+@@ -37,7 +38,7 @@
prefix = "/usr"
[rust]
-debuginfo-level-std = 2
+debuginfo-level-std = 0
channel = "stable"
- description = "Arch Linux rust 1:1.66.1-2"
+ description = "Arch Linux :-"
rpath = false
-@@ -61,7 +60,7 @@
+@@ -74,7 +75,7 @@
ar = "/usr/bin/gcc-ar"
ranlib = "/usr/bin/gcc-ranlib"