delorie.com/archives/browse.cgi | search |
Message-Id: | <3.0.6.32.20001004165025.007afba0@pop.crosswinds.net> |
X-Sender: | shinelight AT pop DOT crosswinds DOT net |
X-Mailer: | QUALCOMM Windows Eudora Light Version 3.0.6 (32) |
Date: | Wed, 04 Oct 2000 16:50:25 -0500 |
To: | djgpp AT delorie DOT com |
From: | "Thomas J. Hruska" <shinelight AT crosswinds DOT net> |
Subject: | Re: EXE file size |
In-Reply-To: | <8rg4fg$sm6$1@nntp.itservices.ubc.ca> |
Mime-Version: | 1.0 |
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 |
At 01:36 PM 10/4/00 -0700, you wrote: >How can I make my EXE files smaller. I just made a Hello World program and >it is like 200,000 bytes! Try: strip --strip-all hello.exe This will remove all of the extra debugging information. The file size should decrease to around 75-80K. Most of the hello.exe program is overhead to enter protected mode. The rest is library includes and C++ overhead. Only a few bytes are actual code. Thomas J. Hruska -- shinelight AT crosswinds DOT net Shining Light Productions -- "Meeting the needs of fellow programmers" http://www.shininglightpro.com/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |