Skip to content

Commit 7359fa4

Browse files
committed
Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac"
This reverts commit 68f4849.
1 parent cb5f636 commit 7359fa4

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 0x300000;
77+
return 0x300;
7878
}
7979
}
8080

0 commit comments

Comments
 (0)