Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 21:58:23 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1739 - branches/firefox33/www/firefox trunk/www/firefox
Message-ID:  <201410222158.s9MLwNbi092721@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 22 21:58:23 2014
New Revision: 1739

Log:
disable -O3 or OPTIMIZED_CFLAGS by default per crashes and rendering artifacts

PR:		192474, 192628, 193799
Reported by:	many

Modified:
   branches/firefox33/www/firefox/Makefile.options
   trunk/www/firefox/Makefile.options

Modified: branches/firefox33/www/firefox/Makefile.options
==============================================================================
--- branches/firefox33/www/firefox/Makefile.options	Tue Oct 21 11:50:50 2014	(r1738)
+++ branches/firefox33/www/firefox/Makefile.options	Wed Oct 22 21:58:23 2014	(r1739)
@@ -2,7 +2,7 @@
 
 OPTIONS_DEFINE+=	DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
+OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
 
 OPTIONS_MULTI+=		AUDIO
 OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO

Modified: trunk/www/firefox/Makefile.options
==============================================================================
--- trunk/www/firefox/Makefile.options	Tue Oct 21 11:50:50 2014	(r1738)
+++ trunk/www/firefox/Makefile.options	Wed Oct 22 21:58:23 2014	(r1739)
@@ -2,7 +2,7 @@
 
 OPTIONS_DEFINE+=	DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
+OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
 
 OPTIONS_MULTI+=		AUDIO
 OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO



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