We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a0457 commit ba4fc4cCopy full SHA for ba4fc4c
.cargo/config.toml
@@ -0,0 +1,10 @@
1
+
2
+[target.aarch64-unknown-linux-gnu]
3
+linker = "aarch64-linux-gnu-gcc"
4
5
+[target.armv7-unknown-linux-gnueabihf]
6
+linker = "arm-linux-gnueabihf-gcc"
7
8
+[target.aarch64-unknown-linux-musl]
9
+linker = "aarch64-linux-musl-gcc"
10
+rustflags = ["-C", "target-feature=-crt-static"]
0 commit comments