Windows compile opts (#72)
* added config toml file for compilation * added comment
This commit is contained in:
parent
34f4b762f9
commit
4b41ffbd8a
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
@ -0,0 +1,3 @@
|
||||
# Windows has stack overflows when calling from Tauri, so we increase compiler size
|
||||
[target.'cfg(windows)']
|
||||
rustflags = ["-C", "link-args=/STACK:4194304"]
|
||||
Loading…
x
Reference in New Issue
Block a user