Skip to content

Commit

Permalink
Flip option to disable the old-style, binary format.
Browse files Browse the repository at this point in the history
Use new JSON profiles instead, see
    https://docs.bazel.build/versions/master/skylark/performance.html#json-profile

Part of bazelbuild#8312.

RELNOTES[INC]: Turn off binary style profile format.

PiperOrigin-RevId: 250142244
  • Loading branch information
meisterT authored and copybara-github committed May 27, 2019
1 parent b4c0fb0 commit 1ca0783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public String getTypeDescription() {

@Option(
name = "incompatible_remove_binary_profile",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS, OptionEffectTag.BAZEL_MONITORING},
metadataTags = {
Expand Down

0 comments on commit 1ca0783

Please sign in to comment.