Skip to content

Commit 396f8c6

Browse files
smoeliusweihanglo
andauthored
Mention ordering rationale in profiles.md
Co-authored-by: Weihang Lo <[email protected]>
1 parent 0b34dd3 commit 396f8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The `lto` setting controls `rustc`'s [`-C lto`], [`-C linker-plugin-lto`], and
166166
LTO can produce better optimized code, using whole-program analysis, at the cost
167167
of longer linking time.
168168

169-
The valid options are:
169+
The valid options from most to least optimizing are:
170170

171171
* `true` or `"fat"`: Performs "fat" LTO which attempts to perform
172172
optimizations across all crates within the dependency graph.

0 commit comments

Comments
 (0)