diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..824b92b1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +# 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"] \ No newline at end of file