Skip to content

Commit

Permalink
Default experimental_inmemory_dotd_files to true
Browse files Browse the repository at this point in the history
I asked around a bit about this flag and it sounds like there isn't a
downside to flipping this on by default. The upside is that if you
switch between using `--remote_download_minimal` and not, or switch
between a remote execution config that set this flag, but weren't
setting it globally, you would thrash your outputs and rebuild the
world. This was just a subtle gotcha if you were scoping this flag to
one of these specific configurations.

Closes #15203.

PiperOrigin-RevId: 463407383
Change-Id: I4a0a4b564db12094defe3c48c14915682281eef2
  • Loading branch information
keith authored and Copybara-Service committed Jul 26, 2022
1 parent 9039498 commit d44f11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ public Label getPropellerOptimizeLabel() {

@Option(
name = "experimental_inmemory_dotd_files",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.BUILD_TIME_OPTIMIZATION,
effectTags = {
OptionEffectTag.LOADING_AND_ANALYSIS,
Expand Down

0 comments on commit d44f11b

Please sign in to comment.