mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
reset stack size to 10mb vs 2gb (#7103)
This commit is contained in:
parent
c1105e945e
commit
ef32e1ce1a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
# increase the default windows stack size
|
||||
# statically link the CRT so users don't have to install it
|
||||
rustflags = ["-C", "link-args=-stack:2147483648", "-C", "target-feature=+crt-static"]
|
||||
rustflags = ["-C", "link-args=-stack:10000000", "-C", "target-feature=+crt-static"]
|
||||
|
||||
# keeping this but commentting out in case we need them in the future
|
||||
|
||||
|
|
Loading…
Reference in a new issue