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