Build import cythonize setup( name = 'Test app', ext_modules = cythonize("test.pyx", language="c++", extra_compile_args=["-O3"]), ).
確定! 回上一頁