Date: Wed, 8 Nov 2000 08:55:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ron House cc: djgpp AT delorie DOT com Subject: Re: DJGPP EXE file size vs Linux In-Reply-To: <3A081B70.2C046716@usq.edu.au> 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 Tue, 7 Nov 2000, Ron House wrote: > I subsequently had a very > close look at the switches RHIDE was putting on my compilation and > discovered "-a". Using "-a" will certainly bloat the executable a lot--it instruments the code so that each basic block (where control flow can branch deponding on run-time tests) emits trace info to a file.