This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Identifying unused functions

I'd like to know if anyone has any hints on identifying unused functions using the C166 compiler/linker. We have a large codebase shared between multiple projects and it would be beneficial to code size if we could remove functions from certain versions that are not being used.

0