From: Andy Bober Newsgroups: comp.os.msdos.djgpp Subject: Re: Help on executable sizes * Date: Wed, 05 Mar 1997 12:28:53 -0600 Organization: Educational Computing Network Message-ID: <331DBB65.66D5@uxa.ecn.bgu.edu> References: <5fir5u$ihs AT ruby DOT ucc DOT nau DOT edu> NNTP-Posting-Host: modem18.wiu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Michael Dylan Ryan wrote: > > Can someone tell me how to decrease the size of my executables when > compiled with DJGPP v2.0. > > Thanks, > > -- > Michael D. Ryan [Dark Brotherhood Software] > Email: dbrotherhood AT geocities DOT com > mdr6 AT dana DOT ucc DOT nau DOT edu > TheShogun AT aol DOT com > Programming Page: http://www.geocities.com/SiliconValley/Pines/5301/ > -- Remove the debugging information from the file with the strip utility. example: strip filename.exe Good luck, Andy