This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430F147: How do I turn the optimizer off for a specific function?

Part Number: MSP430F147

Tool/software: TI C/C++ Compiler

I am converting a program from IAR to CCS.  Being at the memory limit of my device, I must have the optimizer set to as high as possible for size.  That makes debugging difficult.  When using IAR, I simply added "#pragma optimize=none" just prior to the function I wanted to remove the optimization from. Does CCS have any equivalent?