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]
|
[target.x86_64-pc-windows-msvc]
|
||||||
# increase the default windows stack size
|
# increase the default windows stack size
|
||||||
# statically link the CRT so users don't have to install it
|
# 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
|
# keeping this but commentting out in case we need them in the future
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@ rustflags = ["-C", "link-args=-stack:2147483648", "-C", "target-feature=+crt-sta
|
||||||
|
|
||||||
# [target.aarch64-apple-darwin]
|
# [target.aarch64-apple-darwin]
|
||||||
# linker = "clang"
|
# linker = "clang"
|
||||||
# rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
# rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||||
|
|
Loading…
Reference in a new issue