Message-Id: <9702171652.AA06657@syntegra.bt.co.uk> Comments: Authenticated sender is From: Nigel Taylor To: djgpp AT delorie DOT com Date: Mon, 17 Feb 1997 16:52:50 +0000 Subject: Re: DJGPP Optimisations... > > 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. > As far as I can remember, its the same with or without the -m486 also, I will try this out this evening anyway. Nigel...