Skip to content

Commit

Permalink
Flip --experimental_dynamic_exclude_tools to true.
Browse files Browse the repository at this point in the history
The flag will later go to the graveyard.

PiperOrigin-RevId: 476845539
Change-Id: I55cf34295110142803c21f9602f0deef432afa3d
  • Loading branch information
larsrc-google authored and Copybara-Service committed Sep 26, 2022
1 parent 66f4001 commit 8a53266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public class DynamicExecutionOptions extends OptionsBase {
name = "experimental_dynamic_exclude_tools",
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
effectTags = {OptionEffectTag.EXECUTION, OptionEffectTag.HOST_MACHINE_RESOURCE_OPTIMIZATIONS},
defaultValue = "false",
defaultValue = "true",
help =
"When set, targets that are build \"for tool\" are not subject to dynamic execution. Such"
+ " targets are extremely unlikely to be built incrementally and thus not worth"
Expand Down

0 comments on commit 8a53266

Please sign in to comment.