Expected behavior
When running the steps generate -> flash -> measure in release mode. The output should correctly label the task names with their real names.
Actual behavior
Tasks are currently labeled with the dispatchers/interrupt names such as EXTI0 etc.
Steps to reproduce
- Generate tests in release mode
- Flash replay harness in release mode
- Measure
Additional context
This is because the DWARF data in release mode inlines the task functions inside the interrupt handlers. So we need to check in release mode for that when measuring.