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 33f40ff commit 05ad15eCopy full SHA for 05ad15e
README.md
@@ -54,8 +54,8 @@ $ cargo +nightly build -Z strip=symbols
54

55
56
[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
+which optimizes the binary for **speed**. To instruct Cargo to optimize for minimal binary
+**size**, use the `z` optimization level in
59
[`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):
60
61
[cargo-profile]: https://doc.rust-lang.org/cargo/reference/profiles.html#default-profiles
0 commit comments