Skip to content

Commit 882cc0a

Browse files
googlewaltcopybara-github
authored andcommitted
Flip --incompatible_objc_compile_info_migration to true
See #10854. RELNOTES: Flip --incompatible_objc_compile_info_migration to true. See #10854. PiperOrigin-RevId: 311537974
1 parent 21c5480 commit 882cc0a

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/objc/ObjcCommandLineOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {
250250

251251
@Option(
252252
name = "incompatible_objc_compile_info_migration",
253-
defaultValue = "false",
253+
defaultValue = "true",
254254
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
255255
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.CHANGES_INPUTS},
256256
metadataTags = {

0 commit comments

Comments
 (0)