Skip to content

Commit

Permalink
Flip --incompatible_dont_emit_static_libgcc flag
Browse files Browse the repository at this point in the history
    Closes #6825.

    RELNOTES: Incompatible flag `--incompatible_dont_emit_static_libgcc` has been flipped (bazelbuild/bazel#6825)
    PiperOrigin-RevId: 226340615
  • Loading branch information
Luca Di Grazia committed Sep 4, 2022
1 parent b2b91ec commit ec9f107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public Label getFdoPrefetchHintsLabel() {
@Option(
name = "incompatible_linkopts_in_user_link_flags",
oldName = "experimental_linkopts_in_user_link_flags",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
effectTags = {OptionEffectTag.ACTION_COMMAND_LINES, OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down

0 comments on commit ec9f107

Please sign in to comment.