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 (#6825)
PiperOrigin-RevId: 226340615
  • Loading branch information
hlopko authored and Copybara-Service committed Dec 20, 2018
1 parent f3871bb commit 5d77edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,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 5d77edf

Please sign in to comment.