From: mike AT itlnet DOT net (Mike) Newsgroups: comp.os.msdos.djgpp Subject: djgpp exe file size question Date: 2 May 1997 00:44:35 GMT Organization: All USENET -- http://www.Supernews.com Lines: 14 Message-ID: <5kbddj$m63@usenet81.supernews.com> NNTP-Posting-Host: 206.154.167.167 Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've recently started using djgpp (yes, I've read the FAQs). It works fine, but I've noticed that my exe file sizes seem to be very large. Much larger than it would seem normal, and larger than the same source file compiled by another compiler. For instance, I recently compiled a short routine using Borland Turbo C++ and it came out to about 15k. I then compiled the same routine with djgpp and it came out to almost 144k! Does anyone know why this might be happening? And, more importantly, how I might be able to decrease my exe file size? Thanks, Michael Cervini