Date: Sun, 2 Apr 2000 09:19:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kalum Somaratna aka Grendel cc: djgpp AT delorie DOT com Subject: Re: EXE files too big! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 28 Mar 2000, Kalum Somaratna aka Grendel wrote: > IMHO the -O3 switch is even better, as it provides better optimisations, > and I still have to tun into any problems with it being likely to > introduce optimiser errors into the code. In my experience, -O3 produces slower code in most real-life programs. It certainly produces larger programs. I always use -O2 by default.