Mail Archives: djgpp/1996/07/08/17:19:03
Xref: | news2.mv.net comp.os.msdos.djgpp:5744
|
From: | "Smith A. Cat" <imbe AT primenet DOT com>
|
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
|
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!
- Raw text -