From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,146e39fd3921c79f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2.telebyte.nl!news-fra1.dfn.de!newsfeed.hanau.net!newsfeed01.sul.t-online.de!t-online.de!feed.news.tiscali.de!news.tiscali.de!not-for-mail From: Andi Newsgroups: comp.lang.ada Subject: Re: binary size (gnat+win console) Date: Mon, 02 Aug 2004 01:27:07 +0200 Organization: Tiscali Germany Message-ID: References: NNTP-Posting-Host: p83.129.116.32.tisdip.tiscali.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ulysses.news.tiscali.de 1091402828 93613 83.129.116.32 (1 Aug 2004 23:27:08 GMT) X-Complaints-To: abuse@tiscali.de NNTP-Posting-Date: Sun, 1 Aug 2004 23:27:08 +0000 (UTC) User-Agent: Mozilla/5.0 (root) X-Accept-Language: de In-Reply-To: Xref: g2news1.google.com comp.lang.ada:2491 Date: 2004-08-02T01:27:07+02:00 List-Id: alwa schrieb: > Hi Andi, > > That's lovely. I builded a hello-world by mingw, That takes 1.2M. > fortunately, it just 82k after using "strip hello.exe". okay, a strip results in 76kb :) (compare with 25kb of a "generic" vc++-"hello world" it is not bad... but this is beyond the scope ;)) best regards