build: raise default stack reserve to 8 MB (#8234)
Signed-off-by: Kevin Lam <kevklam@users.noreply.github.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user