Skip to content

Commit 4b47d6f

Browse files
katrecopybara-github
authored andcommitted
Enable the toolchain transition for all toolchains.
RELNOTES: The toolchain transition is now enabled for all toolchains. Closes #11584. Closes #14049. PiperOrigin-RevId: 399282824
1 parent cf57345 commit 4b47d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/PlatformOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public class PlatformOptions extends FragmentOptions {
216216

217217
@Option(
218218
name = "incompatible_override_toolchain_transition",
219-
defaultValue = "false",
219+
defaultValue = "true",
220220
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
221221
effectTags = OptionEffectTag.LOADING_AND_ANALYSIS,
222222
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)