Skip to content

Provide compilation option not to inline dcd_* callback functions #211

Description

@rajivr

Is your feature request related to a problem? Please describe.

Currently dcd_* callback functions are inlined. This causes the corresponding linker symbols not to be generated.

This means we cannot call them from Rust.

Describe the solution you'd like

It would be good if we can get a compilation option so the callback functions are not inlined.

Describe alternatives you've considered

I am currently using this patch as a workaround.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions