What are the Compiler Options & Other mechanism for reducing the static library size?
OS : VxWorks Compiler : GCC Language : C
Use -Os to optimise for smaller code size, and leave out -g and any other debug options.
-Os
-g