build: raise default stack reserve to 8 MB (#8234)

Signed-off-by: Kevin Lam <kevklam@users.noreply.github.com>
This commit is contained in:
Kevin Lam
2026-04-02 06:54:52 -07:00
committed by GitHub
parent 070e519c7f
commit dba12ba6e6

View File

@@ -1,5 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-args=/FORCE:MULTIPLE"]
rustflags = ["-C", "link-args=/FORCE:MULTIPLE /STACK:8388608"]
[target.aarch64-pc-windows-msvc]
rustflags = ["-C", "link-args=/FORCE:MULTIPLE"]
rustflags = ["-C", "link-args=/FORCE:MULTIPLE /STACK:8388608"]