Skip to content

Commit

Permalink
Flip --incompatible_objc_provider_remove_compile_info to true
Browse files Browse the repository at this point in the history
RELNOTES: The flag `--incompatible_objc_provider_remove_compile_info` is enabled by default.  See #11359.
PiperOrigin-RevId: 338339157
  • Loading branch information
googlewalt authored and copybara-github committed Oct 21, 2020
1 parent 34ee285 commit c46f9ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ public class BuildLanguageOptions extends OptionsBase implements Serializable {

@Option(
name = "incompatible_objc_provider_remove_compile_info",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
metadataTags = {
Expand Down Expand Up @@ -729,7 +729,7 @@ public StarlarkSemantics toStarlarkSemantics() {
public static final String INCOMPATIBLE_NO_RULE_OUTPUTS_PARAM =
"-incompatible_no_rule_outputs_param";
public static final String INCOMPATIBLE_OBJC_PROVIDER_REMOVE_COMPILE_INFO =
"-incompatible_objc_provider_remove_compile_info";
"+incompatible_objc_provider_remove_compile_info";
public static final String INCOMPATIBLE_REQUIRE_LINKER_INPUT_CC_API =
"-incompatible_require_linker_input_cc_api";
public static final String INCOMPATIBLE_RESTRICT_STRING_ESCAPES =
Expand Down

0 comments on commit c46f9ee

Please sign in to comment.