Skip to content

Don't include debug symbols in packaged wheels - #113

Merged
jcrist merged 1 commit into
mainfrom
strip-debug
May 31, 2022
Merged

Don't include debug symbols in packaged wheels#113
jcrist merged 1 commit into
mainfrom
strip-debug

Conversation

@jcrist

@jcrist jcrist commented May 31, 2022

Copy link
Copy Markdown
Member

cibuildwheel just uses the default sysconfig flags, which set -g in
the manylinux wheels. We don't want this debug info. This reduces the
size of the built wheels down from ~1.1 MiB to a more reasonable ~200
KiB.

`cibuildwheel` just uses the default sysconfig flags, which set `-g` in
the manylinux wheels. We don't want this debug info. This reduces the
size of the built wheels down from ~1.1 MiB to a more reasonable ~200
KiB.
@jcrist
jcrist merged commit e935820 into main May 31, 2022
@jcrist
jcrist deleted the strip-debug branch May 31, 2022 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant