Message-ID: <005101c00382$58e7ec40$0500007b@brk> From: "Johan Henriksson" To: Subject: Re: Exe. sizes... Date: Fri, 11 Aug 2000 12:52:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com >C:\FOO>gcc -Wall -s -O3 -mcpu=i586 foo.c bar.c baz.c -o foo.exe > ^^ >C:\FOO>upx -9 foo.exe I think upx --best foo.exe is what should be used from now on. At least in my version...