diff --git a/.cargo/config.toml b/.cargo/config.toml index ebca307..e870eda 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,3 +9,6 @@ lto = false lto = "fat" panic = "abort" codegen-units = 1 + +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "link-arg=/STACK:8000000"]