aboutsummaryrefslogtreecommitdiffstats
path: root/main/guile/stacksize.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/guile: downgrade to 2.0.14William Pitcock2017-10-191-28/+0
|
* main/guile: increase thread stack size to 512kNatanael Copa2017-09-271-1/+1
| | | | build still failed on ppc64le so we increase stack size to 512k
* main/guile: fix bootstrap failureNatanael Copa2017-09-271-0/+28
the garbage collector uses recursive functions while bootstrapping the build and runs out of stack space. Fix it by explicitly set thread stack size when creating the thread. fixes #7919