Muting the LLVM IR debug output when using Numba?

后端 未结 3 1444
情深已故
情深已故 2021-01-22 10:58

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

3条回答
  •  误落风尘
    2021-01-22 11:43

    this issue was corrected in the numba code on github. someone left a debug flag set to True.

提交回复
热议问题