diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..23e166b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "link-arg=/STACK:8000000"] + +[target.x86_64-pc-windows-gnu] +rustflags = ["-C", "link-arg=-Wl,--stack,8000000"]