Files
AstralRinth/.cargo/config.toml
Wyatt Verchere 4b41ffbd8a Windows compile opts (#72)
* added config toml file for compilation

* added comment
2023-04-06 18:08:54 -07:00

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:4194304"]