projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10076f
)
Boost default stack size -- I'm tired of blowing out the stack.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 20 Mar 2017 00:52:38 +0000
(17:52 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 20 Mar 2017 00:52:38 +0000
(17:52 -0700)
src/microcode/option.c
patch
|
blob
|
history
diff --git
a/src/microcode/option.c
b/src/microcode/option.c
index 88a96810f48332ab490a465ae7a16852028a9031..8c82aa9723932aa4e7acdcd881aaef01df92ebb6 100644
(file)
--- 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 1
28
+# define DEFAULT_STACK_SIZE 1
024
#endif
#ifndef STACK_SIZE_VARIABLE