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

Dead code

µVision2 V2.14
Compiler : C51 V6.14
Target : 87C591

In my software, functions are not called. Which is the option of compilation which allows not to generate code for these functions?
Even by using for the optimization of the code the level 1 " Dead codes elimination ", code is generated for the uncalled functions.

0