Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
blob: 3fd6f43bdb569347dc5e771f4f7c330e5902b2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -rauN a/config.toml b/config.toml
--- a/config.toml	2020-08-01 10:50:30.352304826 +0200
+++ b/config.toml	2020-08-01 10:51:38.355820332 +0200
@@ -22,11 +22,11 @@
 # https://github.com/rust-lang/rust/issues/54872
 codegen-units-std = 1
 
-debuginfo-level-std = 2
+debuginfo-level-std = 0
 
 channel = "stable"
 
 rpath = false
 
-[target.x86_64-unknown-linux-gnu]
+[target.i686-unknown-linux-gnu]
 llvm-config = "/usr/bin/llvm-config"