Skip to content

Commit

Permalink
Enable --experimental_allow_unresolved_symlinks by default.
Browse files Browse the repository at this point in the history
Fixes #10298.
  • Loading branch information
meisterT committed Oct 12, 2022
1 parent 862db27 commit 3274342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public OutputDirectoryNamingSchemeConverter() {

@Option(
name = "experimental_allow_unresolved_symlinks",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {
OptionEffectTag.LOSES_INCREMENTAL_STATE,
Expand Down

0 comments on commit 3274342

Please sign in to comment.