1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/win32/release Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +# This make file should be identical to the beta mozconfig, apart from the 1.5 +# safeguard below 1.6 +. "$topsrcdir/build/mozconfig.win-common" 1.7 +. "$topsrcdir/browser/config/mozconfigs/win32/common-opt" 1.8 + 1.9 +mk_add_options MOZ_PGO=1 1.10 + 1.11 +ac_add_options --enable-official-branding 1.12 + 1.13 +# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in 1.14 +# defines.sh during the beta cycle 1.15 +export BUILDING_RELEASE=1 1.16 + 1.17 +. "$topsrcdir/build/mozconfig.common.override"