From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 22 21:58:38 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90437D11 for ; Wed, 22 Oct 2014 21:58:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24ECBA4D for ; Wed, 22 Oct 2014 21:58:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9MLwScs093776 for ; Wed, 22 Oct 2014 21:58:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9MLwNbi092721 for freebsd-gecko@freebsd.org; Wed, 22 Oct 2014 21:58:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 22 Oct 2014 21:58:23 GMT Message-Id: <201410222158.s9MLwNbi092721@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1739 - branches/firefox33/www/firefox trunk/www/firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 21:58:38 -0000 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