mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
build: raise default stack reserve to 8 MB (#8234)
Signed-off-by: Kevin Lam <kevklam@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -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