Closed
Description
When building shared libs on os x gcc generates separate .dSYM directories that contain out-factored symbol information. This is a bit ugly and different from the other platforms.
We need to investigate/decide what to do with it: leave it, delete it, somehow generate normal libs with included symbols. This also effects cargo which needs to know wether it should copy these files and possibly where.