Skip to content

Commit e9ab0c7

Browse files
add tip about --symbols to binary_stats ui
1 parent b28fea9 commit e9ab0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/frontend/src/pages/compare/compile/table/shortcuts/binary-size-shortcut.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ function normalizeBackend(backend: string): string {
3131
<Tooltip>
3232
Execute this command in a checkout of
3333
<a href="https://github.com/rust-lang/rustc-perf">rustc-perf</a>, after a
34-
`cargo build --release`, to compare binary sizes.
34+
`cargo build --release`, to compare binary section sizes. Add `--symbols`
35+
to include a diff of symbol sizes.
3536
</Tooltip>
3637
</div>
3738

0 commit comments

Comments
 (0)