Backed out changeset cace4ffbecb2 (bug 1576030) requested by glandium

This commit is contained in:
Bogdan Tara 2019-08-23 11:36:03 +03:00
Родитель 74b18ebf99
Коммит b5b30d8b87
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1902,11 +1902,6 @@ def cargo_incremental(opt_level, debug_rust, automation, code_coverage,
if not enabled:
return '0'
# Respect a forceful --enable-cargo-incremental even if we would otherwise
# disable it.
if enabled and enabled.origin != 'default':
return '1'
# We never want to use incremental compilation in automation. sccache
# handles our automation use case much better than incremental compilation
# would.