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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -