This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Size of generated programs
- To: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
- Subject: Re: Size of generated programs
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 08 Dec 1997 10:33:03 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199712081626.LAA19462@onsager.chem.mcgill.ca.>you write:
> I've had egcs up and running for a few days now, and have encountered no
> problems with the programs I've compiled (other than the ones I make for
> myself). One thing I've noticed is that the stripped executables are
> significantly larger than those I get with gcc2. I compile with
>
> -O3 -ffast-math -funroll-loops -malign-*=0 -malign-double -march=pentium
> (or -m486).
Is this C++ code?
jeff