Files
AstralRinth/.cargo/config.toml
2024-07-03 13:25:49 -07:00

7 lines
192 B
TOML

[build]
target-dir = 'dist/target'
# Windows has stack overflows when calling from Tauri, so we increase compiler size
[target.'cfg(windows)']
rustflags = ["-C", "link-args=/STACK:16777220"]