bigger stack on windows
This commit is contained in:
parent
45ad484655
commit
5a5c5a104b
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ lto = false
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
|
[target.x86_64-pc-windows-msvc]
|
||||||
|
rustflags = ["-C", "link-arg=/STACK:8000000"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue