mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
reset stack size to 10mb vs 2gb (#7103)
This commit is contained in:
parent
c1105e945e
commit
ef32e1ce1a
@ -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
|
||||
|
||||
@ -25,4 +25,4 @@ rustflags = ["-C", "link-args=-stack:2147483648", "-C", "target-feature=+crt-sta
|
||||
|
||||
# [target.aarch64-apple-darwin]
|
||||
# linker = "clang"
|
||||
# rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
# rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
Loading…
Reference in New Issue
Block a user