From owner-freebsd-current Sat Mar 13 14: 8:58 1999 Delivered-To: freebsd-current@freebsd.org Received: from zippy.dyn.ml.org (pm3-20.ppp.wenet.net [206.15.85.20]) by hub.freebsd.org (Postfix) with ESMTP id A133614BFF for ; Sat, 13 Mar 1999 14:08:54 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost [127.0.0.1]) by zippy.dyn.ml.org (8.9.3/8.9.1) with ESMTP id OAA80750; Sat, 13 Mar 1999 14:07:27 -0800 (PST) (envelope-from garbanzo@hooked.net) Date: Sat, 13 Mar 1999 14:07:27 -0800 (PST) From: Alex Zepeda To: Vladimir Kushnir Cc: "David O'Brien" , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: bmake/contrib framework for egcs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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