This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Big kernel size increase with gcc 3.4
- From: Aaron Lehmann <aaronl at vitelus dot com>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: gcc at gcc dot gnu dot org, linux-kernel at vger dot kernel dot org
- Date: Thu, 7 Aug 2003 19:49:09 -0700
- Subject: Re: Big kernel size increase with gcc 3.4
- References: <3F330D46.8020508@develer.com>
On Fri, Aug 08, 2003 at 04:39:02AM +0200, Bernardo Innocenti wrote:
> - same optimization flags: -m5307 -O2 -fno-strict-aliasing
> -fno-common -fno-builtin -fomit-frame-pointer
You should try -Os if you want to optimize for size.