Skip to content

Add helper function to generate a debug symbol wheel #3

@AlexyPellegrini

Description

@AlexyPellegrini

This is currently not even done in VTK, but should be doable.

The goal is to build the wheels in pseudo-RelWithDebInfo mode (in practice, Release with custom options), with the following do be done:

  • On Linux, use the -gsplit-dwarf (https://gcc.gnu.org/wiki/DebugFission)
  • On Mac, this should already be the default, search for dSYM files for more information
  • On Windows, PDB are already split

Then only package the debug information files into a dedicated wheel that can be installed by users to debug the released wheel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions