Deadlock fixes (#85)

* fixed deadlock

* added missing files to commit

* clippy & dist
This commit is contained in:
Wyatt Verchere
2023-04-17 16:07:09 -07:00
committed by GitHub
parent 19a4aa6689
commit 63d2785b2f
6 changed files with 22 additions and 16 deletions

View File

@@ -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"]