Skip to content

Commit 05ad15e

Browse files
authored
Emphasize differences in optimization settings
1 parent 33f40ff commit 05ad15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ $ cargo +nightly build -Z strip=symbols
5454
![Minimum Rust: 1.28](https://img.shields.io/badge/Minimum%20Rust%20Version-1.28-brightgreen.svg)
5555

5656
[Cargo defaults its optimization level to `3` for release builds][cargo-profile],
57-
which optimizes the binary for speed. To instruct Cargo to optimize for minimal binary
58-
size, use the `z` optimization level in
57+
which optimizes the binary for **speed**. To instruct Cargo to optimize for minimal binary
58+
**size**, use the `z` optimization level in
5959
[`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):
6060

6161
[cargo-profile]: https://doc.rust-lang.org/cargo/reference/profiles.html#default-profiles

0 commit comments

Comments
 (0)