Skip to content

Commit

Permalink
Flip --incompatible_linkopts_to_linklibs.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Oct 22, 2020
1 parent bc3a605 commit 6065a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public class BuildLanguageOptions extends OptionsBase implements Serializable {

@Option(
name = "incompatible_linkopts_to_linklibs",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.ACTION_COMMAND_LINES},
metadataTags = {
Expand Down

0 comments on commit 6065a87

Please sign in to comment.