Avoid stripping of debug info in wheels (#23345)
### Details: - Fixed wheels to work in debug mode under `gdb`
This commit is contained in:
parent
ad8d6ef35d
commit
f5259bd614
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue