mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:55:42 +02:00
reset stack size to 10mb vs 2gb (#7103)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user