Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information