mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Increase minimum stack as sometimes Duktape runs out
This commit is contained in:
parent
237ec692dd
commit
35a97670ae
@ -195,7 +195,7 @@ static char *current_user = NULL;
|
||||
static char *current_user_dir;
|
||||
static char *current_user_faviconcache;
|
||||
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0";
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:196608\0";
|
||||
|
||||
const char * const versvn;
|
||||
const char * const verdate;
|
||||
|
Loading…
Reference in New Issue
Block a user