tblah wrote: On most unix-like machines you can increase your stack size limit with `ulimit -s`. When running programs compiled using flang I use an unlimited stack size: `ulimit -s unlimited`. https://github.com/llvm/llvm-project/pull/205270