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?

Parents
  • "I set the optimizer to "0". But still one of the subroutines is not working."

    Did you remember to do a full rebuild?

    Did this achieve your goal of having the two functions located in different addresses?

    What do you mean by "not working?"

Reply
  • "I set the optimizer to "0". But still one of the subroutines is not working."

    Did you remember to do a full rebuild?

    Did this achieve your goal of having the two functions located in different addresses?

    What do you mean by "not working?"

Children
No data