Xref: news-dnh.mv.net comp.os.msdos.djgpp:2055 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!swrinde!sgigate.sgi.com!sgiblab!news.cs.indiana.edu!umn.edu!dialup-1-61 From: kari0022 AT gold DOT tc DOT umn DOT edu Subject: OPTIMIZING EXE SPEED Sender: news AT news DOT tc DOT umn DOT edu (Usenet News Administration) Nntp-Posting-Host: dialup-1-61.gw.umn.edu Organization: University of Minnesota, Twin Cities Date: Fri, 15 Sep 1995 21:57:43 GMT Lines: 11 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I recently switched from Borland TurboC to djgpp. The EXE's that I get after compiling run much, much faster. However, in TurboC you could optimize your EXE for either speed, or size. How can I completely 100% optimize my EXE's in djgpp for speed? How about the other way around, for size? In both cases, I want to completely ignore the other one, like I want a really really fast executable, and I really don't care at all how large it is. Please give me some (two?) command lines for GCC that would do those two things. Thanks! Jawed, kari0022 AT gold DOT tc DOT umn DOT edu