mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 17:52:43 +03:00
Raise minimum stack to 512K
This commit is contained in:
parent
e4920ae2c7
commit
db28f295a8
@ -181,7 +181,7 @@ static char *current_user;
|
||||
static char *current_user_dir;
|
||||
static char *current_user_faviconcache;
|
||||
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:262144\0";
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:524288\0";
|
||||
|
||||
const char * const versvn;
|
||||
const char * const verdate;
|
||||
|
Loading…
Reference in New Issue
Block a user