File tree 1 file changed +2
-2
lines changed
src/main/java/com/google/devtools/build/lib/packages/semantics 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ public class BuildLanguageOptions extends OptionsBase implements Serializable {
565
565
566
566
@ Option (
567
567
name = "incompatible_objc_provider_remove_compile_info" ,
568
- defaultValue = "false " ,
568
+ defaultValue = "true " ,
569
569
documentationCategory = OptionDocumentationCategory .STARLARK_SEMANTICS ,
570
570
effectTags = {OptionEffectTag .BUILD_FILE_SEMANTICS },
571
571
metadataTags = {
@@ -729,7 +729,7 @@ public StarlarkSemantics toStarlarkSemantics() {
729
729
public static final String INCOMPATIBLE_NO_RULE_OUTPUTS_PARAM =
730
730
"-incompatible_no_rule_outputs_param" ;
731
731
public static final String INCOMPATIBLE_OBJC_PROVIDER_REMOVE_COMPILE_INFO =
732
- "- incompatible_objc_provider_remove_compile_info" ;
732
+ "+ incompatible_objc_provider_remove_compile_info" ;
733
733
public static final String INCOMPATIBLE_REQUIRE_LINKER_INPUT_CC_API =
734
734
"-incompatible_require_linker_input_cc_api" ;
735
735
public static final String INCOMPATIBLE_RESTRICT_STRING_ESCAPES =
You can’t perform that action at this time.
0 commit comments