Skip to content

Commit 1be55d8

Browse files
comiuscopybara-github
authored andcommitted
Flip the default value of --incompatible_enable_cc_toolchain_resolution
RELNOTES[INC]: Flip incompatible_enable_cc_toolchain_resolution (#7260) Closes #19441. PiperOrigin-RevId: 565666766 Change-Id: Ice1eaa45628c2cd4552e6572101693d02c5aea57
1 parent 806fc71 commit 1be55d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public Label getMemProfProfileLabel() {
911911

912912
@Option(
913913
name = "incompatible_enable_cc_toolchain_resolution",
914-
defaultValue = "false",
914+
defaultValue = "true",
915915
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
916916
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
917917
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)