Skip to content

Commit

Permalink
Revert --incompatible_objc_compile_info_migration to false
Browse files Browse the repository at this point in the history
We're not quite ready to flip the flag yet.

RELNOTES: Revert --incompatible_objc_compile_info_migration to false.  See #10854.
PiperOrigin-RevId: 313399110
  • Loading branch information
googlewalt authored and copybara-github committed May 27, 2020
1 parent abfce25 commit b863890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {

@Option(
name = "incompatible_objc_compile_info_migration",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.CHANGES_INPUTS},
metadataTags = {
Expand Down

0 comments on commit b863890

Please sign in to comment.