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?