nushell/.cargo/config.toml
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00: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"]