Reduce stack back down to 64K

This commit is contained in:
Chris Young 2014-09-02 18:58:28 +01:00
parent 5487000874
commit 93d7cf59ff

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:131072\0";
static const __attribute__((used)) char *stack_cookie = "\0$STACK:65536\0";
const char * const versvn;
const char * const verdate;