mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00: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:
parent
070e519c7f
commit
dba12ba6e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue