Date: Sun, 10 Dec 1995 08:48:16 +0200 (IST) From: Eli Zaretskii To: Pieter Vankeerberghen Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Which compile option for GCC ? On Tue, 5 Dec 1995, Pieter Vankeerberghen wrote: > Guess: I used -O2 to compile gcc271, but can > someone tell me which one(s) is used so I do not have > to obtain the 4 Meg gcc271s.zip file from DJ site > just for that ? The -s option on the link command line will probably have much more impact on the size of the execuatble. Or, you can run `strip' on the COFF executable, then stubify it to get a DOS-style .exe file.