mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
7 lines
192 B
TOML
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"]
|