mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 00:40:15 +03:00
Reduce stack back down to 64K
This commit is contained in:
parent
5487000874
commit
93d7cf59ff
@ -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:131072\0";
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:65536\0";
|
||||
|
||||
const char * const versvn;
|
||||
const char * const verdate;
|
||||
|
Loading…
Reference in New Issue
Block a user