mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +03:00
Double the stack as it still runs out on occasion
This commit is contained in:
parent
a98b946ca2
commit
ea01d6b3fc
@ -180,7 +180,7 @@ bool cli_force = false;
|
||||
static char *current_user;
|
||||
static char *current_user_dir;
|
||||
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0";
|
||||
static const __attribute__((used)) char *stack_cookie = "\0$STACK:262144\0";
|
||||
|
||||
const char * const versvn;
|
||||
const char * const verdate;
|
||||
|
Loading…
Reference in New Issue
Block a user