Skip to content

Commit 68f4849

Browse files
committed
rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac
1 parent 39c8f0c commit 68f4849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_env.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ get_min_stk_size() {
7474
return strtol(stack_size, NULL, 0);
7575
}
7676
else {
77-
return 0x300;
77+
return 0x300000;
7878
}
7979
}
8080

0 commit comments

Comments
 (0)