Skip to content

Commit

Permalink
Merge pull request #1845 from erikdesjardins/tip
Browse files Browse the repository at this point in the history
Add tip about --symbols to binary_stats ui
  • Loading branch information
Kobzol committed Mar 10, 2024
2 parents e3d8ef8 + e9ab0c7 commit 6f88fc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function normalizeBackend(backend: string): string {
<Tooltip>
Execute this command in a checkout of
<a href="https://github.com/rust-lang/rustc-perf">rustc-perf</a>, after a
`cargo build --release`, to compare binary sizes.
`cargo build --release`, to compare binary section sizes. Add `--symbols`
to include a diff of symbol sizes.
</Tooltip>
</div>

Expand Down

0 comments on commit 6f88fc5

Please sign in to comment.