Bug 1607552 - Remove MOZ_LTO=cross from win64-aarch64 mozconfigs. r=dmajor

The builds that should be doing LTO now all have PGO+LTO enabled through
taskcluster, and the others shouldn't be wasting time doing LTO.

Differential Revision: https://phabricator.services.mozilla.com/D69174

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2020-04-02 00:09:34 +00:00
parent 641f53cc04
commit ebe0ffad56
4 changed files with 0 additions and 8 deletions

View File

@ -4,6 +4,4 @@
ac_add_options --enable-official-branding
export MOZ_LTO=cross
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -5,8 +5,6 @@
# Add-on signing is not required for DevEdition
MOZ_REQUIRE_SIGNING=0
export MOZ_LTO=cross
ac_add_options --with-branding=browser/branding/aurora
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -2,8 +2,6 @@
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-opt"
export MOZ_LTO=cross
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -7,8 +7,6 @@
ac_add_options --enable-official-branding
export MOZ_LTO=cross
# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
# defines.sh during the beta cycle
export BUILDING_RELEASE=1