Skip to content

Commit b7652c5

Browse files
committed
update
1 parent 66151de commit b7652c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.cargo/config

+14
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@ rustflags = ["-Ctarget-feature=+crt-static"]
33

44
[target.i686-pc-windows-msvc]
55
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+
rustflags = ["-C", "target-feature=+crt-static"]
12+
13+
[target.armv7-unknown-linux-gnueabihf]
14+
rustflags = ["-C", "target-feature=+crt-static"]
15+
linker = "arm-linux-gnueabihf-gcc"
16+
17+
[target.aarch64-unknown-linux-gnu]
18+
rustflags = ["-C", "target-feature=+crt-static"]
19+
linker = "aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)