Skip to content

Commit

Permalink
Flip the default value of --incompatible_enable_cc_toolchain_resolution
Browse files Browse the repository at this point in the history
RELNOTES[INC]: Flip incompatible_enable_cc_toolchain_resolution (#7260)

Closes #19441.

PiperOrigin-RevId: 565666766
Change-Id: Ice1eaa45628c2cd4552e6572101693d02c5aea57
  • Loading branch information
comius authored and copybara-github committed Sep 15, 2023
1 parent 806fc71 commit 1be55d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public Label getMemProfProfileLabel() {

@Option(
name = "incompatible_enable_cc_toolchain_resolution",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 1be55d8

Please sign in to comment.