From 2353790a4519c39976f24c90ff64b4ecb9833823 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Aug 2014 12:24:08 +0100 Subject: Reduce minimum stack to 128K. This should make it easier to see if bug#2177 is fully resolved. --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 400330fe7..c3c469d50 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:1048576\0"; +static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0"; const char * const versvn; const char * const verdate; -- cgit v1.2.3