This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Size of generated programs
On Mon, Dec 08, 1997 at 11:26:09AM -0500, David Ronis wrote:
Hi,
> 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
> [etc]
If it's just plain C, try compiling with -fno-exceptions, that makes the
binary rather smaller.
-Myrdraal