We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9656025 + 18b7315 commit 8e5a874Copy full SHA for 8e5a874
1 file changed
.cargo/config.toml
@@ -1,6 +1,5 @@
1
[target.'cfg(target_env = "msvc")']
2
-rustflags = "-C link-args=-Wl,--stack,8000000"
+rustflags = "-C link-arg=/STACK:8000000"
3
4
[target.'cfg(all(target_os = "windows", not(target_env = "msvc")))']
5
-rustflags = "-C link-args=-Wl,-zstack-size=8000000"
6
-
+rustflags = "-C link-args=-Wl,--stack,8000000"
0 commit comments