From: Chris Hanson Date: Mon, 20 Mar 2017 00:52:38 +0000 (-0700) Subject: Boost default stack size -- I'm tired of blowing out the stack. X-Git-Tag: mit-scheme-pucked-9.2.12~158^2~79 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=abe9a69ce7c88ec76a1a8e114eebafab0445cd14;p=mit-scheme.git Boost default stack size -- I'm tired of blowing out the stack. --- 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