chore: shorter build time

This commit is contained in:
Andy Lee
2025-07-19 23:49:04 -07:00
parent 34c71c072d
commit 15f8bd1cc9
6 changed files with 40 additions and 20 deletions

View File

@@ -15,4 +15,8 @@ wheel.packages = ["leann_backend_hnsw"]
editable.mode = "redirect"
cmake.build-type = "Release"
build.verbose = true
build.tool-args = ["-j8"]
build.tool-args = ["-j8"]
# CMake definitions to optimize compilation
[tool.scikit-build.cmake.define]
CMAKE_BUILD_PARALLEL_LEVEL = "8"