gecko-dev/browser/config
Mike Shal aa51b83c3a Bug 1536194 - Fix uses of MOZ_LTO in a few mozconfigs; r=firefox-build-system-reviewers,glandium
After bug 1530908 changed LTO to be environment driven, the macosx64
nightly mozconfig enables LTO by setting MOZ_LTO=1. The add-on-devel
mozconfig tried to disable LTO by using --disable-lto, but the
environment variable takes precedence, leaving LTO enabled for these
builds. This pushed the build time up to be close to the max runtime for
the task, causing frequent intermittent failures.

We should 'unset MOZ_LTO' everywhere that --disable-lto was used, and
'export MOZ_LTO=1' everywhere --enable-lto was used.

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

--HG--
extra : moz-landing-system : lando
2019-04-09 06:37:06 +00:00
..
mozconfigs Bug 1536194 - Fix uses of MOZ_LTO in a few mozconfigs; r=firefox-build-system-reviewers,glandium 2019-04-09 06:37:06 +00:00
tooltool-manifests Bug 1527798 - Upgrade toolchain tasks using MSVC to 15.8.4. r=froydnj 2019-02-16 07:22:34 +09:00
mozconfig
version.txt Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-03-18 11:01:13 +00:00
version_display.txt Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-03-18 11:01:13 +00:00
whats_new_page.yml Bug 1523699 - add WNP list for 66.0 r=flod a=release 2019-03-08 16:18:39 +00:00