ecl/msvc
Marius Gerbershagen d7b2dfb722 Change handling of C stack size
Previously: unconditionally use the size from ECL_OPT_C_STACK_SIZE if
it is larger than the OS provided value and if possible resize the
stack at runtime.

Now: Use ECL_OPT_C_STACK_SIZE if provided. Otherwise, use a) the OS
provided value if we can resize the stack at runtime (for Unix) or b)
the new build option ECL_DEFAULT_C_STACK_SIZE (1 MB) if we can set the
stack size at link time (for Windows).
2019-12-26 19:13:31 +01:00
..
c Change handling of C stack size 2019-12-26 19:13:31 +01:00
doc cleanup: purge clx 2016-09-07 14:58:50 +02:00
ecl Change handling of C stack size 2019-12-26 19:13:31 +01:00
gc build system: suppress some logo(copyright) information for msvc toolchains. 2018-09-23 13:41:22 +00:00
gmp msvc: gmp: add mpq sources 2019-05-05 10:38:02 +02:00
tests windows: fix make check 2017-03-17 11:53:52 +01:00
util Add the possibility of installing redistributable files from Microsoft 2011-01-06 21:59:44 +01:00
Makefile Change handling of C stack size 2019-12-26 19:13:31 +01:00