I want to tighten code space for some big functions using -ms3 switch while keeping the rest of my code intact because quite a few of them are time critical operations. I'm using an old version of CCS 3.3 with build tools v6.1.10, so #pragma FUNCTION_OPTIONS() is out of question (I tried, the compiler throws a not recognized pragma warning).
Any ideas how I can have finer control over which functions/file to optimize?
Thanks.