Date: Mon, 17 Feb 1997 18:34:46 +0200 (IST) From: Eli Zaretskii To: Nigel Taylor cc: djgpp AT delorie DOT com Subject: Re: DJGPP Optimisations... In-Reply-To: <9702171538.AA27431@syntegra.bt.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 17 Feb 1997, Nigel Taylor wrote: > Where am I going wrong, no matter what optimizations I use my EXE > always stays the same length, I use > > gcc test.c -O -m486 -o test.exe What about the .exe file contents? Does it change? If it doesn't, maybe -m486 in itself implies -O2 or something.