1
0
mirror of https://github.com/nushell/nushell.git synced 2025-02-13 09:00:07 +01:00
nushell/.cargo/config.toml
Darren Schroeder 75f8247af1
added .cargo/config.toml to build with bigger stack on windows ()
* added .cargo/config.toml to build with bigger stack on windows

* updated comments
2020-09-24 15:55:33 +12:00

6 lines
217 B
TOML

# use LLD as linker on Windows because it could be faster
# for full and incremental builds compared to default
[target.x86_64-pc-windows-msvc]
#linker = "lld-link.exe"
rustflags = ["-C", "link-args=-stack:10000000"]