commit | 882cc0a911557414864ce875cb5415470ae5a8e2 | [log] [tgz] |
---|---|---|
author | waltl <waltl@google.com> | Thu May 14 08:36:49 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 14 08:37:51 2020 -0700 |
tree | 6a05da8b962a6632e9a2e4381edc0b8b365f5896 | |
parent | 21c5480ccab17cf65ea7edc006978aa054119ad0 [diff] |
Flip --incompatible_objc_compile_info_migration to true See https://github.com/bazelbuild/bazel/issues/10854. RELNOTES: Flip --incompatible_objc_compile_info_migration to true. See #10854. PiperOrigin-RevId: 311537974
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java index 786ade8..37b9acc 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java +++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
@@ -250,7 +250,7 @@ @Option( name = "incompatible_objc_compile_info_migration", - defaultValue = "false", + defaultValue = "true", documentationCategory = OptionDocumentationCategory.TOOLCHAIN, effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.CHANGES_INPUTS}, metadataTags = {