Skip to content

Commit

Permalink
Flip the default value of --legacy_external_runfiles to false.
Browse files Browse the repository at this point in the history
Working towards: #23574

PiperOrigin-RevId: 674247156
Change-Id: I082ca436732cbd10cde613344566570f3cf1d424
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 13, 2024
1 parent 0256187 commit 52105e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public ExecConfigurationDistinguisherSchemeConverter() {

@Option(
name = "legacy_external_runfiles",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.OUTPUT_SELECTION,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
help =
Expand Down

0 comments on commit 52105e3

Please sign in to comment.