优化修正文档检测中的部分语法

This commit is contained in:
2024-08-20 14:27:51 +08:00
parent 299b762cad
commit 896d2aaf9b
3 changed files with 6 additions and 7 deletions

View File

@@ -8,12 +8,12 @@ extensions = [
Extension(
"bbox",
["bbox.pyx"],
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"]
extra_compile_args=[]
),
Extension(
"nms",
["nms.pyx"],
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"]
extra_compile_args=[]
)
]