1
0
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:
Chris Young 2014-07-26 00:24:19 +01:00
parent e4920ae2c7
commit db28f295a8

View File

@ -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;