I am wanting to use Numba in one of our in-house client libraries, however there\'s a debug dump of the LLVM IR code every time my code JITs something. Is there a setting in N
this issue was corrected in the numba code on github. someone left a debug flag set to True.