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
Try invoking python -O. This way, basic optimizations will be enabled and IR dump will be silenced.
python -O