c - What are the Compiler Options & Other mechanism for reducing the static library size? -
what compiler options & other mechanism reducing static library size?
os : vxworks compiler : gcc language : c
use -os
optimise smaller code size, , leave out -g
, other debug options.
Comments
Post a Comment