From 3f6904530cdae5b1c46f5c89490be838b9004499 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Thu, 20 Jun 2024 16:21:19 +0200 Subject: [PATCH] Add debug info and remove stripping --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f693f5c09..1bd7b134d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}