This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Executable size
- From: Douglas Richardson <douglas dot richardson at gaussvip dot com>
- To: 'Chris Croswhite' <ccroswhite at get2chip dot com>, gcc-help at gcc dot gnu dot org
- Date: Wed, 25 Sep 2002 10:57:33 -0700
- Subject: RE: Executable size
Chris,
Are you using any optimizations? How are you linking with the runtime
libraries?
Send the output of gcc -v.
Douglas Richardson.
-----Original Message-----
From: Chris Croswhite [mailto:ccroswhite@get2chip.com]
Sent: Wednesday, September 25, 2002 10:55
To: gcc-help@gcc.gnu.org
Subject: Executable size
Sirs,
I am trying to figure out how to reduce the size of my executable (that
has grown with the increments of gcc upgrades even though the code base
has not changed). I would like to understand how I can reduce/cut out
so that the executable to back down to the 2.953 size. Can anyone give
me some pointers?
TIA,
Chris