mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac
This commit is contained in:
parent
39c8f0cb4a
commit
68f4849f0f
@ -74,7 +74,7 @@ get_min_stk_size() {
|
||||
return strtol(stack_size, NULL, 0);
|
||||
}
|
||||
else {
|
||||
return 0x300;
|
||||
return 0x300000;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user