I'm using CCS3.1 for TMS6410 platform.
I've a huge third party library code out of which only a few functions are used. To minimize image size I wanted to use "-mo" compiler option.
I tried it but it seems if "-mo" is used along with "-symdebug:none" option there is no impact on the image size.
However without "-symdebug:none" option, there is some reduction is image size.
I wonder if there is any dependency between these two options?
Thanks !