Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
blob: c002cff6b12ce1d0283edd8d07f3b8adee93efc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- config.toml.orig	2024-05-06 00:02:38.463811257 +0000
+++ config.toml	2024-05-06 00:57:21.364799544 +0000
@@ -6,9 +6,8 @@
 
 [build]
 target = [
-  "x86_64-unknown-linux-gnu",
   "i686-unknown-linux-gnu",
-  "x86_64-unknown-linux-musl",
+  "i686-unknown-linux-musl",
   "wasm32-unknown-unknown",
   "wasm32-wasi",
 ]
@@ -39,7 +38,7 @@
 [rust]
 codegen-units-std = 1
 debuginfo-level = 1
-debuginfo-level-std = 2
+debuginfo-level-std = 1
 channel = "stable"
 description = "Arch Linux  :-"
 rpath = false
@@ -65,7 +64,7 @@
 ar = "/usr/bin/gcc-ar"
 ranlib = "/usr/bin/gcc-ranlib"
 
-[target.x86_64-unknown-linux-musl]
+[target.i686-unknown-linux-musl]
 sanitizers = false
 musl-root = "/usr/lib/musl"