Avoid stripping of debug info in wheels (#23345)

### Details:
 - Fixed wheels to work in debug mode under `gdb`
This commit is contained in:
Ilya Lavrenov 2024-03-14 03:07:40 +04:00 committed by GitHub
parent ad8d6ef35d
commit f5259bd614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ class CustomBuild(build):
self.spawn(["cmake", "--install", binary_dir,
"--prefix", prefix,
"--config", CONFIG,
"--strip",
"--component", cpack_comp_name])
def run(self):