From 989e82544e3a5b2f74216e91d269e3572c8053ce Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 26 Jul 2014 13:11:44 +0100 Subject: Increase minimum stack to 1MB --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index 2d6d33d9b..400330fe7 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -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:524288\0"; +static const __attribute__((used)) char *stack_cookie = "\0$STACK:1048576\0"; const char * const versvn; const char * const verdate; -- cgit v1.2.3