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 475e875 commit 0e51ec8Copy full SHA for 0e51ec8
.cargo/config.toml
@@ -6,3 +6,6 @@ rustflags = "-C link-args=-Wl,--stack,8000000"
6
7
[target.wasm32-unknown-unknown]
8
rustflags = ["--cfg=getrandom_backend=\"wasm_js\""]
9
+
10
+[target.x86_64-pc-windows-msvc]
11
+linker = "Z:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe"
0 commit comments