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.
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.