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...