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/TMS320C5534: Pragma for forcing optimisation in debug mode ?

Part Number: TMS320C5534

Tool/software: TI C/C++ Compiler

Hello,

I am looking for a #pargma which would allow me, while in Debug mode (using CCS7) to compile some functions in

"optimised" mode.

I tried #pragma FUNCTION_OPTIONS with -O3 --opt_for_speed=5 ... but this is surprisingly un-effective.

Is there some points i am missing ?

Motivation is to be able to optimise some critical parts of code, to solve rel-time issues, while still be able to

debug the less critical ones.

regards,

Jacques