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

turn off the optimizer

I have two subroutines with exactly same content but different names. I want them to be located in different addresses.

I don't want the two subroutines to share same code, and I set the optimizer to "0". But still one of the subroutines is not working.

How can I turn off the optimizer?