diff options
Diffstat (limited to '.cargo/config')
| -rw-r--r-- | .cargo/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo/config b/.cargo/config index 0c5791d5f..bb2ccd68b 100644 --- a/.cargo/config +++ b/.cargo/config @@ -6,8 +6,8 @@ rustflags = [ "-C", "target-feature=+crt-static", "-C", - # double the stack size to prevent swc overflowing the stack in debug - "link-arg=/STACK:2097152", + # increase the stack size to prevent swc overflowing the stack in debug + "link-arg=/STACK:1572864", ] [target.aarch64-apple-darwin] |
