Natanael Copa bdd27feac6 community/lld: set default thread stack size to 2MB
lld uses std::call_once to create threads and apparently it uses much
stack space when linking things like chromium. Increase the default
stack size to 2MB (which is the double what windows has)

fixes #11086
2019-12-26 14:36:06 +00:00
..