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

Common Block Subroutines - Selective

I have a project for which the overall level of optimisation is set to the maximum. However, for a few modules (e.g. ISRs) I tried to set an optimisation level below that of Common Block Subroutines. However, in the object code, there are common blocks thoughout.

Is it possible to build a project with Common Block Subroutines optimisation for most of the code, but deselected for individual modules?