Skip to content

Commit 5c8fcf9

Browse files
authored
Add debug info and remove stripping (#424)
1 parent 4d6274f commit 5c8fcf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ wheel.packages = ["apis/python/src/tiledb"]
5555
# thus not including .git to generate it later
5656
sdist.cmake = true
5757

58+
cmake.build-type = "RelWithDebInfo"
59+
install.strip = false
60+
5861
[tool.scikit-build.cmake.define]
5962
TILEDB_VS_PYTHON = "ON"
6063
TILEDB_PATH = {env="TILEDB_PATH"}

0 commit comments

Comments
 (0)