Update config.toml (#3832)

Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com>
This commit is contained in:
Ken 2025-06-24 06:40:16 +08:00 committed by GitHub
parent ced073d26c
commit 74d36a6a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
[target.'cfg(windows)']
rustflags = ["-C", "link-args=/STACK:16777220"]
rustflags = ["-C", "link-args=/STACK:16777220", "--cfg", "tokio_unstable"]
[build]
rustflags = ["--cfg", "tokio_unstable"]