From 5a5c5a104bc91445aa46019d6efa8e209a89c864 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 22 Oct 2023 13:25:37 +1100 Subject: [PATCH] bigger stack on windows --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]