Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 14:50:26 -0400
From:      Derrick Edwards <dantavious@comcast.net>
To:        Oliver Fromme <olli@lurza.secnetix.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Firefox dies unexpectedly.
Message-ID:  <200510161450.27175.dantavious@comcast.net>
In-Reply-To: <200510111534.j9BFYCTl025838@lurza.secnetix.de>
References:  <200510111534.j9BFYCTl025838@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 11 October 2005 11:34, Oliver Fromme wrote:

	I took CFLAGS= -O2 -pipe -funroll-loops out of /etc/make.conf and recompiled 
all my ports. Firefox still dies on nfl.com. I am stumped. 
Derrick


> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510161450.27175.dantavious>