You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been doing some debugging on the Apache Arrow project and we would like to use the option to strip only debug symbols in order to preserve the full backtrace including non-public functions when debugging and still be able to reduce the size of our wheels, see more information here: apache/arrow#40749 (comment)
I would like to have the ability to pass the --strip-debug to strip. I am happy to create a PR if you think this is ok to be done.
The text was updated successfully, but these errors were encountered:
Auditwheels allowed the ability to strip symbols on:
When we use the
--strip
option:auditwheel/src/auditwheel/main_repair.py
Lines 81 to 87 in d6e5b69
The option used today is to execute
strip -s
, see:auditwheel/src/auditwheel/repair.py
Line 127 in d6e5b69
We have been doing some debugging on the Apache Arrow project and we would like to use the option to strip only debug symbols in order to preserve the full backtrace including non-public functions when debugging and still be able to reduce the size of our wheels, see more information here: apache/arrow#40749 (comment)
I would like to have the ability to pass the
--strip-debug
tostrip
. I am happy to create a PR if you think this is ok to be done.The text was updated successfully, but these errors were encountered: