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.
Closes #6185.

This is a rollforward of 5d77edf after Bazel 0.22 was cut.

RELNOTES: Incompatible flag `--incompatible_dont_emit_static_libgcc` has been flipped (#6825)
PiperOrigin-RevId: 228849448
  • Loading branch information
hlopko authored and Copybara-Service committed Jan 11, 2019
1 parent 25d2a3c commit 05707b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ public Label getFdoPrefetchHintsLabel() {
@Option(
name = "incompatible_dont_emit_static_libgcc",
oldName = "experimental_dont_emit_static_libgcc",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
effectTags = {OptionEffectTag.ACTION_COMMAND_LINES, OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down

0 comments on commit 05707b8

Please sign in to comment.