Message-ID: <001f01bfdf46$40cdd800$b513ddcc@lhaglund> From: "Josh Haglund" To: Subject: Re: is it possible to use strip option in call to compiler Date: Mon, 26 Jun 2000 03:12:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Reply-To: djgpp AT delorie DOT com I use all three: 1. use as option 2. type "strip" 3. use upx It's dosen't take a couple hours. More like a couple of seconds. 8>) Josh Haglund lhaglund AT wiktel DOT com > ----- Original Message ----- > From: "Damian Yerrick" > Newsgroups: comp.os.msdos.djgpp > To: > Sent: Sunday, June 25, 2000 11:27 PM > Subject: Re: is it possible to use strip option in call to compiler > > > > On Sun, 25 Jun 2000 20:04:21 -0500, "Josh Haglund" > > wrote: > > > > >I use -s when compiling a chess program and then I enter strip chess.exe > > >after to reduce the size even more. > > > > I just skip the `strip' step and head straight into the UPX packer. > > It automatically strips debugging symbols from the executable, > > compresses the rest, and adds an unpacker stub to the beginning. > > http://upx.tsx.org/ > > > > -- > > Damian Yerrick > > "I refuse to listen to those who refuse to listen to reason." > > See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html > > > > This is McAfee VirusScan. Add these two lines to your signature to > > prevent the spread of signature viruses. http://www.mcafee.com/ >