diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 000000000..ca80597fc --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +# Windows has stack overflows when calling from Tauri, so we increase compiler size +[target.'cfg(windows)'] +rustflags = ["-C", "link-args=/STACK:4194304"] \ No newline at end of file