Skip to content

Commit

Permalink
Flip --incompatible_objc_provider_remove_linking_info to true
Browse files Browse the repository at this point in the history
#19000

PiperOrigin-RevId: 596060323
Change-Id: Ifbef6ea29918e4af7856a675b18f1ebfd1a14f37
  • Loading branch information
googlewalt authored and copybara-github committed Jan 5, 2024
1 parent dd11578 commit 67c5c0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ public final class BuildLanguageOptions extends OptionsBase {

@Option(
name = "incompatible_objc_provider_remove_linking_info",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down Expand Up @@ -929,7 +929,7 @@ public StarlarkSemantics toStarlarkSemantics() {
public static final String INCOMPATIBLE_MERGE_FIXED_AND_DEFAULT_SHELL_ENV =
"+experimental_merge_fixed_and_default_shell_env";
public static final String INCOMPATIBLE_OBJC_PROVIDER_REMOVE_LINKING_INFO =
"-incompatible_objc_provider_remove_linking_info";
"+incompatible_objc_provider_remove_linking_info";
public static final String INCOMPATIBLE_DISABLE_OBJC_LIBRARY_TRANSITION =
"+incompatible_disable_objc_library_transition";
public static final String INCOMPATIBLE_FAIL_ON_UNKNOWN_ATTRIBUTES =
Expand Down

0 comments on commit 67c5c0f

Please sign in to comment.