You've already forked AstralRinth
forked from didirus/AstralRinth
Deadlock fixes (#85)
* fixed deadlock * added missing files to commit * clippy & dist
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Windows has stack overflows when calling from Tauri, so we increase compiler size
|
||||
[target.'cfg(windows)']
|
||||
rustflags = ["-C", "link-args=/STACK:4194304"]
|
||||
rustflags = ["-C", "link-args=/STACK:8388608"]
|
||||
Reference in New Issue
Block a user