[SVN-Commit] r1545 - in trunk: . www/firefox

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Mar 11 01:45:11 UTC 2014


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


More information about the freebsd-gecko mailing list