Skip to content

Commit

Permalink
Flip --incompatible_objc_compile_info_migration to true
Browse files Browse the repository at this point in the history
    See bazelbuild/bazel#10854.

    RELNOTES: Flip --incompatible_objc_compile_info_migration to true.  See #10854.
    PiperOrigin-RevId: 311537974
  • Loading branch information
Luca Di Grazia committed Sep 4, 2022
1 parent 7f46465 commit 6816008
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 = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.CHANGES_INPUTS},
metadataTags = {
Expand Down

0 comments on commit 6816008

Please sign in to comment.