From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Optimisations... Date: Mon, 17 Feb 1997 02:43:24 GMT Organization: Vplan Programvare AS Lines: 13 Message-ID: <5ecnas$f24$1@troll.powertech.no> References: <9702171538 DOT AA27431 AT syntegra DOT bt DOT co DOT uk> NNTP-Posting-Host: alwayscold.darkness.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 >And no matter what value is given it doesnt seem to actually do >anything, have I got the order wrong or something?? I think the linker will align sections to pages (4096 bytes), so you won't see exe size differences below this.