Date: Tue, 11 Oct 2005 17:34:12 +0200 (CEST) From: Oliver Fromme <olli@lurza.secnetix.de> To: dantavious@comcast.net (Derrick Edwards) Cc: freebsd-current@freebsd.org Subject: Re: Firefox dies unexpectedly. Message-ID: <200510111534.j9BFYCTl025838@lurza.secnetix.de> In-Reply-To: <200510111123.35565.dantavious@comcast.net> from "Derrick Edwards" at Oct 11, 2005 11:23:34 AM
next in thread | previous in thread | raw e-mail | index | archive | help
Derrick Edwards wrote: > I have CFLAGS= -O2 -pipe -funroll-loops in /etc/make.conf > Would this do any damage? Yes. You should either remove that line completely, or reduce -O2 to -O, or add -fno-strict-aliasing to it. Note that the default is: -O2 -fno-strict-aliasing -pipe If you use -O2 without -fno-strict-aliasing, then you get problems in programs which are not aliasing-clean. The best solution is probably to just remove the CFLAGS line from your /etc/make.conf, then rebuild everything. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "I invented Ctrl-Alt-Delete, but Bill Gates made it famous." -- David Bradley, original IBM PC design team
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510111534.j9BFYCTl025838>