We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6274f commit 5c8fcf9Copy full SHA for 5c8fcf9
pyproject.toml
@@ -55,6 +55,9 @@ wheel.packages = ["apis/python/src/tiledb"]
55
# thus not including .git to generate it later
56
sdist.cmake = true
57
58
+cmake.build-type = "RelWithDebInfo"
59
+install.strip = false
60
+
61
[tool.scikit-build.cmake.define]
62
TILEDB_VS_PYTHON = "ON"
63
TILEDB_PATH = {env="TILEDB_PATH"}
0 commit comments