We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66151de commit b7652c5Copy full SHA for b7652c5
.cargo/config
@@ -3,3 +3,17 @@ rustflags = ["-Ctarget-feature=+crt-static"]
3
4
[target.i686-pc-windows-msvc]
5
rustflags = ["-Ctarget-feature=+crt-static"]
6
+
7
+[target.x86_64-unknown-linux-gnu]
8
+rustflags = ["-C", "target-feature=+crt-static"]
9
10
+[target.x86_64-unknown-linux-musl]
11
12
13
+[target.armv7-unknown-linux-gnueabihf]
14
15
+linker = "arm-linux-gnueabihf-gcc"
16
17
+[target.aarch64-unknown-linux-gnu]
18
19
+linker = "aarch64-linux-gnu-gcc"
0 commit comments