Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 # This make file should be identical to the beta mozconfig, apart from the
2 # safeguard below
3 . "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
5 ac_add_options --enable-official-branding
7 mk_add_options MOZ_PGO=1
9 # safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
10 # defines.sh during the beta cycle
11 export BUILDING_RELEASE=1
13 . "$topsrcdir/build/mozconfig.common.override"