Skip to content

Add helper function to generate a debug symbol wheel #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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