Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 1999 14:07:27 -0800 (PST)
From:      Alex Zepeda <garbanzo@hooked.net>
To:        Vladimir Kushnir <kushn@mail.kar.net>
Cc:        "David O'Brien" <obrien@NUXI.com>, "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, current@FreeBSD.ORG
Subject:   Re: bmake/contrib framework for egcs
Message-ID:  <Pine.BSF.4.05.9903131406290.68999-100000@zippy.dyn.ml.org>
In-Reply-To: <Pine.BSF.4.05.9903132322210.6938-200000@kushnir.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 Mar 1999, Vladimir Kushnir wrote:

> BTW, binaries compiled with egcc are still larger than with stock gcc. Is
> there a way to shrink them (beyond what's possible with -O optimisation)?  

Try -Os, -fno-exceptions* -fno-rtti* or any combo of the above.

* Don't do this with libraries, just in case you've got any programs that
use exceptions or rtti.  Obviously this won't work with programs that use
rtti and/or exceptions.

- alex



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903131406290.68999-100000>