From 71952293de66d40546ffd754f0dd157d9f8a05f1 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 6 Jul 2024 11:46:54 -0700 Subject: [PATCH] Don't strip Python wheels (#592) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce7a8533..2cebbbfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ build_type = "Release" source_path = "." build_args = [ "--target", "_jormungandr" ] install_components = [ "python_modules" ] -install_args = [ "--strip" ] +install_args = [ ] [tool.py-build-cmake.cmake.options] BUILD_TESTING = "OFF"