未验证 提交 10cc2c97 编写于 作者: A Adam Moody 提交者: GitHub

aio: note the reason for compiling with -O0 (#1249)

Co-authored-by: NOlatunji Ruwase <olruwase@microsoft.com>
上级 6ec84967
......@@ -30,6 +30,7 @@ class AsyncIOBuilder(OpBuilder):
return ['csrc/aio/py_lib', 'csrc/aio/common']
def cxx_args(self):
# -O0 for improved debugging, since performance is bound by I/O
CPU_ARCH = self.cpu_arch()
SIMD_WIDTH = self.simd_width()
return [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册