Closed
Description
Auditwheel is a great tool and is used by a lot of common libraries to build their wheel packages. I'm most interested in numpy and they mentioned that they use this library to package their wheels. Unfortunately somewhere in their build process the binaries are modified by patchelf such that strip doesn't work.
Is it possible to add the option to strip binaries directly within the auditwheel process?
Stripped binaries are critical for deployment, particularly of lambda functions and I'm unable to do the strip myself once installed.
A lot of people would benefit from this change in terms of saved space in deployment.