Xref: news2.mv.net comp.os.msdos.djgpp:5744 From: "Smith A. Cat" Newsgroups: comp.os.msdos.djgpp Subject: Re: Executable size Date: 8 Jul 1996 13:12:04 -0700 Organization: Blue Square Laboratories Lines: 14 Message-ID: <31E16E9E.5B11@primenet.com> References: <4rpd3d$l3u AT solaris DOT cc DOT vt DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Matthew Miller wrote: > > Hello > > What can be done about the large size of the executables > produced by gcc? A "hello world" program is bloated at > 57kb. I used the -O switchs, but that produced no change. > What can be done about this? If all you want is a tiny executable, then go look at http://www.dds.com/ and pick up Micro-C. It makes fully optimized 16 bit com files as small as 1 K. Unsatisfactory floating point (read none), and no graphics, but plenty functional. Ideal for writing silly viruses!