We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0b22e commit 1af80adCopy full SHA for 1af80ad
.cargo/config
@@ -1,2 +1,6 @@
1
[build]
2
target = "x86_64-unknown-linux-musl"
3
+
4
+[target.aarch64-unknown-linux-musl]
5
+linker = "aarch64-linux-gnu-gcc"
6
+rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
0 commit comments