mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 23:31:57 +00:00
This adds a compiler option -fno-inline for code coverage on architectures which supports doing code coverage. This also modifies the ALWAYS_INLINE macro to not do any inlining. This needs to be done so code coverage can count the number of executions to the correct lines. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
common.h | ||
gcc.h | ||
xcc.h |