You've already forked AstralRinth
forked from didirus/AstralRinth
Windows compile opts (#72)
* added config toml file for compilation * added comment
This commit is contained in:
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"]
|
||||||
Reference in New Issue
Block a user