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