| delorie.com/archives/browse.cgi | search |
| From: | Jean-Michel Brissiaud <brissiau AT miage DOT isi DOT u-psud DOT fr> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Reducing image size? |
| Date: | Wed, 21 May 1997 16:48:26 +0100 |
| Organization: | M.I.A.G.E Universite d'Orsay |
| Lines: | 17 |
| Message-ID: | <3383194A.41C6@miage.isi.u-psud.fr> |
| References: | <5lus5d$8oo AT news DOT inter DOT net DOT il> |
| NNTP-Posting-Host: | cfa.isi.u-psud.fr |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Gal-on Broner wrote: > > I compile a 14k source using gxx and receive an 200k+ image. How > can I reduce this to more normal sizes? > > Gal-on > bgalon AT amanet DOT co DOT il 200K is a verry good size for a 14K source. I'm not joking. But if you want to reduce it you can try : -*- If your source is a C program compile it with gcc, you will not have the C++ libraries. -*- Compile with the -s option. But with this this option you won't be able to debug your exe. If you're lucky you should have 30 or 50k free on your HD...
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |