mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
7 lines
239 B
TOML
7 lines
239 B
TOML
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
|
|
[target."cfg(windows)"]
|
|
rustflags = ["-C", "link-args=/STACK:16777220"]
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "rust-lld"
|