X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 19 Apr 2005 08:00:45 -0400 Message-Id: <200504191200.j3JC0jOZ017837@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4264FC7C.9F401ACF@uni.de> (dimke.fax@uni.de) Subject: Re: Compilation and optimization using gcc References: <4264FC7C DOT 9F401ACF AT uni DOT de> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > When compiling, let's say, Bash 2.04, the exe file I get is 1.3 MB but > the downloaded one out of the binaries from delorie.com is 560k. As > described in the "readme" I ran "./configure" and then "make". Everthing > seems to be well, except, regarding the size of the exe file. Or, is it > necessary to optimize the compile / link procedure manually? Files on delorie.com are normally stripped (strip foo.exe) and compressed (with upx). Try strip first; it's easy and probably all you need.