From: whatfor AT mindspring DOT com (Jon DeMarks) Newsgroups: comp.os.msdos.djgpp Subject: Re: HUGE execs Date: Thu, 04 Nov 99 17:14:40 GMT Organization: MindSpring Enterprises Lines: 19 Distribution: world Message-ID: <7vseoq$uds$1@nntp5.atl.mindspring.net> References: <940586844832-221207832s9800973 AT student DOT rau DOT ac DOT za> <381346b7 DOT 4921492 AT news DOT gte DOT net> NNTP-Posting-Host: d1.8a.9a.f0 X-Server-Date: 4 Nov 1999 17:11:54 GMT X-Newsreader: News Xpress 2.0 Beta #2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <381346b7 DOT 4921492 AT news DOT gte DOT net>, DELCAPSnews-reply AT pineight DOT 8mSOFTWARE DOT com wrote: >On Fri, 22 Oct 1999 10:07:24 +0000 (GMT), "Wynand Van Staden" > wrote: > >> there is something under the faq answering your question..... >> yes, there is a commandline option that removes debugging info from the exe > file >> making it a lot smaller, this you'll do typically when you've finished > debugging, and the proggy your compiling is the final release. >> >> hope this helps... > >To make it smaller, remove debugging info AND pack your program: UPX. >http://wildsau.idv.uni-linz.ac.at/mfx/upx.html you can compile using : gcc -s prog.c -o prog.exe and then use djp to make it even smaller.