Skip to content

Commit

Permalink
Don't strip Python wheels (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jul 6, 2024
1 parent b90f89d commit 7195229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7195229

Please sign in to comment.