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/Tms320c6713: GCC __attribute__ ((noinline)) equivalent in TI C/C++ Compiler, CCS

Part Number: Tms320c6713

Tool/software: TI C/C++ Compiler

Hi,

Let say i increase my compiler optimization level to HIGH (-o3), and i dont want my small or any function be inlined (increasing code size)... How can i force the TI compiler not to inline a specific or all functions... i.e. I need something like gcc equivalent __attribute__ ((noinline)) in TI Compiler, CCS.

Thanks in advance...