From: Yury Fedorchenko Newsgroups: comp.os.msdos.djgpp Subject: Re: Why are my c++ .exe's so large Date: Fri, 22 Oct 1999 14:35:36 +0400 Organization: Central Institute Of Aviation Motors Lines: 12 Message-ID: <38103DF7.7BF3176D@ciam.ru> References: <380fd475 DOT 6115722 AT news3 DOT newscene DOT com> NNTP-Posting-Host: ciam.comtel.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: storm.comstar.ru 940588427 87222 195.208.64.247 (22 Oct 1999 10:33:47 GMT) X-Complaints-To: abuse AT comstar DOT ru NNTP-Posting-Date: 22 Oct 1999 10:33:47 GMT X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: ru,en Cache-Post-Path: proxy.ciam.ru!unknown AT twina DOT ciam DOT ru X-Cache: nntpcache 2.3.2 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Katy wrote: > For example a simple "Hello World" exe, is ~ 268,000 KB. > I use the following commands to compile the hello.cpp > gpp -c -o hello.o hello.cpp > gpp -o hello.exe hello.o It's easy : use -s options !!! Hairy