Force the runtime on OSX to use a 8Mb stack.
commitbd8cc934ed2db3f7e8bca438961aa750d4fd5e9b
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 13 Jun 2013 20:54:00 +0000 (13 16:54 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 13 Jun 2013 21:03:18 +0000 (13 17:03 -0400)
tree77488917023f481af212784c5799d0fe48c64826
parent4bd4f9120680d6794aec0b075a98295bb9d9174b
Force the runtime on OSX to use a 8Mb stack.

This change doesn't affect any of the cats that default to 8Mb.

We need a significantly big main stack because mcs is implemented
in a recursive fashion and, right now, parts of the corlib test suite
require in excess of 1Mb of stack space to compile.
configure.in
mono/mini/Makefile.am.in