Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: increase thread stack size for non-x86_64 backends
I observed a stack overflow during x86_64 CodeGen in a debug compiler compiled by the llvm backend. This happens while compiling `main.buildOutputType` due to the Air being nested almost 500 levels.
- Loading branch information