mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
3 lines
154 B
TOML
3 lines
154 B
TOML
# Windows has stack overflows when calling from Tauri, so we increase compiler size
|
|
[target.'cfg(windows)']
|
|
rustflags = ["-C", "link-args=/STACK:8388608"] |