This is the mail archive of the gcc-bugs@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]

Re: Gcc 2.95.2


> From: eduardooliveira@telefonicacelular.com.br
> Date: Mon, 31 Jan 2000 13:53:10 -0300

> I have updated my G++ from version 2.7 to 2.95.2, on a alpha-dec
> osf4.0 system.  It works fine, but my .o files have growth about 3
> times (example: from 45.000 to 115.200 bytes). Was there any change
> on compiler options, such -s?

Check to see if the issue is static v dynamic libraries.  Next,
compile with -fno-rtti and -fno-exceptions if you don't need to use
them.  And lastly, -Os will optimize for space, if you want.

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