Skip to content

Commit 5a06c80

Browse files
committed
increase stack size for windows
1 parent 2d7a66b commit 5a06c80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[target.'cfg(target_env = "msvc")']
2+
rustflags = "-C link-args=-Wl,--stack,8000000"
3+
4+
[target.'cfg(all(target_os = "windows", not(target_env = "msvc")))']
5+
rustflags = "-C link-args=-Wl,-zstack-size=8000000"
6+

0 commit comments

Comments
 (0)