This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Code Bloat using GCC 3.2 on Linux



What's the way to get the
MINIMUM possible size of an application using gcc 3.2 (even if it is
at the cost of some run-time performance)?

Try the optimization option -Os instead of -O2, though I don't know if this option was present in 3.2 already.

jlh

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]