Increase stack size limit for cygwin
commitf910558c27a15d52b0584384aa5134324d159d82
authorElizabeth Smith <elizabeths@fb.com>
Fri, 25 Jul 2014 20:57:39 +0000 (25 13:57 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Fri, 25 Jul 2014 21:00:18 +0000 (25 14:00 -0700)
treefbea668cc3661e58225e106486c706156de5a799
parentb0a7ddf86bbb123631e94c1ea557e1677d96fbd1
Increase stack size limit for cygwin

Summary: Default stack size limit for compiled code for windows is small
windows limits can only be set at compile time (or with some utils that alter pe files, but that's painful)
increase it to the minimum the application expects with the proper linker flag for cygwin

Reviewed By: @ptarjan

Differential Revision: D1458988
CMake/HPHPCompiler.cmake