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]

Flags for minimum code size


Are there any flags (other than -O) that help reduce C++ code size for 
shared libraries.
This is template-free code, but it does use exceptions and threads. 
 Trying the obvious
(-fno-inline) actually had the opposite effect.  This is gcc 2.96, and 
Im trying to
minimize the size of a shared library.

stuart


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