Mail Archives: djgpp/2000/04/03/07:02:39
On Sun, 2 Apr 2000, Eli Zaretskii wrote:
>
> On Fri, 24 Mar 2000, Jeff Williams wrote:
>
> > As was also pointed out, 2.7.x has the advantage of being rather compact:
> >
> > gcc2952b.zip unzips to 60 files and 5261021 bytes
> > gcc2721b.zip unzips to 37 files and 2725475 bytes
>
> GCC 2.9X is distributed unstripped. If your disk space is at premioum,
> you can strip the executables and cut their size in half.
Yes You can get some space by stripping binaries included
with binary archives of gcc-2.95.2 (Perhaps about 10-30%). You can get
even more by compressing them with UPX (or DJP)
The reason why I didn't strip binaries was to provide user to possibility
to use symify on binaries if they crashes due to some reason (at least
user can do that with original binary which crashed, instead of forcing us
to guess which update he/she had)
Andris
- Raw text -