browser/config/mozconfigs/linux32/release

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

mercurial