Skip to content

Commit

Permalink
Add debug info and remove stripping (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav authored Jun 21, 2024
1 parent 4d6274f commit 5c8fcf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ wheel.packages = ["apis/python/src/tiledb"]
# thus not including .git to generate it later
sdist.cmake = true

cmake.build-type = "RelWithDebInfo"
install.strip = false

[tool.scikit-build.cmake.define]
TILEDB_VS_PYTHON = "ON"
TILEDB_PATH = {env="TILEDB_PATH"}
Expand Down

0 comments on commit 5c8fcf9

Please sign in to comment.