mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
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:
parent
641f53cc04
commit
ebe0ffad56
@ -4,6 +4,4 @@
|
||||
|
||||
ac_add_options --enable-official-branding
|
||||
|
||||
export MOZ_LTO=cross
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common.override"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user