We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8637c12 commit 4fb721aCopy full SHA for 4fb721a
.cargo/config.toml
@@ -17,7 +17,9 @@ rustflags = [
17
"-Ctarget-feature=+crt-static",
18
"-Clink-arg=/DEFAULTLIB:libcmt",
19
"-Clink-arg=/DEFAULTLIB:libvcruntime",
20
- "-Clink-arg=/DEFAULTLIB:libucrt"
+ "-Clink-arg=/DEFAULTLIB:libucrt",
21
+ "-Clink-arg=/NODEFAULTLIB:msvcrt",
22
+ "-Clink-arg=/NODEFAULTLIB:msvcprt"
23
]
24
25
[target.x86_64-pc-windows-msvc.env]
0 commit comments