Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 01:45:04 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1545 - in trunk: . www/firefox
Message-ID:  <201403110145.s2B1j4AJ023236@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 11 01:45:04 2014
New Revision: 1545

Log:
build with -O3 by default like upstream

Modified:
   trunk/Gecko_ChangeLog
   trunk/www/firefox/Makefile.options

Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog	Tue Mar 11 01:44:57 2014	(r1544)
+++ trunk/Gecko_ChangeLog	Tue Mar 11 01:45:04 2014	(r1545)
@@ -4,6 +4,7 @@
 - enable readahead in url-classifier, asmjs, download resume like on Linux
 - build www/firefox and www/seamonkey faster using unified compilation
 - unbreak build on sparc64 [1]
+- OPTIMIZED_CFLAGS is enabled by default
 - a few DEBUG build fixes
 - add clang 3.2/3.3/3.4 workarounds for i386
 - mention known GSTREAMER issue in pkg-message

Modified: trunk/www/firefox/Makefile.options
==============================================================================
--- trunk/www/firefox/Makefile.options	Tue Mar 11 01:44:57 2014	(r1544)
+++ trunk/www/firefox/Makefile.options	Tue Mar 11 01:45:04 2014	(r1545)
@@ -2,7 +2,7 @@
 
 OPTIONS_DEFINE+=	DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
+OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
 
 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?201403110145.s2B1j4AJ023236>