You've already forked AstralRinth
forked from didirus/AstralRinth
63d2785b2f
* fixed deadlock * added missing files to commit * clippy & dist
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"] |