rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac
This commit is contained in:
parent
39c8f0cb4a
commit
68f4849f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ get_min_stk_size() {
|
|||
return strtol(stack_size, NULL, 0);
|
||||
}
|
||||
else {
|
||||
return 0x300;
|
||||
return 0x300000;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue