Commit 3c9d158
authored
Rollup merge of rust-lang#145533 - smoelius:patch-2, r=lqd
Reorder `lto` options from most to least optimizing
This is a follow up to rust-lang/cargo#15841.
``@weihanglo`` pointed out the original order of the `lto` options in the Cargo book was consistent with https://doc.rust-lang.org/rustc/codegen-options/index.html?highlight=lto#lto.
The options in the Cargo book have since been reordered. This PR keeps the two references consistent.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
382 | 381 | | |
383 | 382 | | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments