Hi all, I am using the release version of mspgcc. In our project we have a lot of very small functions (few lines) which were created to have a good code design, and to allow newbees to understand the code easily. However of course these functions of a few lines each are pretty inefficient and I tried to declare them all inline. However the output .lst file still shows all the functions separately and not inline.
I do use -O for optimization, but still have -g switched on while compiling. Is there a way to get the compiler to respect the inline declarations? Would very much appreciate a pointer in the right direction, Regards, Robert
