Date: Thu, 18 May 2000 16:14:00 +0530 (IST) From: Prashant TR X-Sender: tr AT vsnl DOT net DOT in To: Josh Haglund cc: djgpp AT delorie DOT com Subject: Re: making crafty with djgpp In-Reply-To: <001901bfc042$d26879a0$5813ddcc@lhaglund> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 May 2000, Josh Haglund wrote: > Robert's version of crafty is 536Kb. > > Mine is 745 Kb why is this? > > Is there anyway of improving this? Execute this command in the prompt: strip crafty.exe or whatever is the name of the executable. It removes all the debug information from the EXE. Prashant