We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28fea9 commit e9ab0c7Copy full SHA for e9ab0c7
site/frontend/src/pages/compare/compile/table/shortcuts/binary-size-shortcut.vue
@@ -31,7 +31,8 @@ function normalizeBackend(backend: string): string {
31
<Tooltip>
32
Execute this command in a checkout of
33
<a href="https://github.com/rust-lang/rustc-perf">rustc-perf</a>, after a
34
- `cargo build --release`, to compare binary sizes.
+ `cargo build --release`, to compare binary section sizes. Add `--symbols`
35
+ to include a diff of symbol sizes.
36
</Tooltip>
37
</div>
38
0 commit comments