This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 2.95.2
- To: bug-gcc at gnu dot org, eduardooliveira at telefonicacelular dot com dot br
- Subject: Re: Gcc 2.95.2
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 31 Jan 2000 17:03:13 -0800 (PST)
- Cc: ahidalgo at telefonicacelular dot com dot br
> 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.