From abe9a69ce7c88ec76a1a8e114eebafab0445cd14 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 19 Mar 2017 17:52:38 -0700 Subject: [PATCH] Boost default stack size -- I'm tired of blowing out the stack. --- src/microcode/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/option.c b/src/microcode/option.c index 88a96810f..8c82aa972 100644 --- a/src/microcode/option.c +++ b/src/microcode/option.c @@ -253,7 +253,7 @@ Additional options may be supported by the band (and described below).\n\ #endif #ifndef DEFAULT_STACK_SIZE -# define DEFAULT_STACK_SIZE 128 +# define DEFAULT_STACK_SIZE 1024 #endif #ifndef STACK_SIZE_VARIABLE -- 2.25.1