From: Nicolas Blais Newsgroups: comp.os.msdos.djgpp Subject: Re: The size of .exe Date: Wed, 04 Nov 1998 07:41:25 -0500 Organization: Alpha Quark Technologie Lines: 14 Message-ID: <36404B75.B08939B6@phreaker.net> References: <363FFB75 DOT 50FB3BFC AT stud DOT hh DOT se> NNTP-Posting-Host: ts1-28.f2002.quebectel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Compiling with -s strips all the debug information, so you save about 60% of the exe file size. After, download DJP from the MLP distribution on Simtel (where you got DJGPP). Use it to compress you exes by 50% or more. So a 700k file ends up being 200K and then 100K. Nicolas Blais Roland Bengtsson wrote: > > Why is the exe-file so big when compile with DJGPP an how can I shrink > it? I have no special options when compiling. > > /Roland