We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e66ee commit 35e7dbbCopy full SHA for 35e7dbb
1 file changed
native/.cargo/config.toml
@@ -1,6 +1,12 @@
1
[target.'cfg(target_env = "musl")']
2
rustflags = ["-C", "target-feature=-crt-static"]
3
4
+[target.x86_64-pc-windows-msvc]
5
+rustflags = ["-C", "target-feature=+crt-static"]
6
+
7
+[target.aarch64-pc-windows-msvc]
8
9
10
[target.x86_64-linux-android]
11
rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"]
12
0 commit comments