We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c2c3c commit ed361caCopy full SHA for ed361ca
1 file changed
docs/guides/building/app-size.md
@@ -165,7 +165,7 @@ Cargo exposes several options that determine how the compiler generates your bin
165
[profile.release]
166
panic = "abort" # Strip expensive panic clean-up logic
167
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
168
-lto = true # Enables link to optimizations
+lto = true # Enables link time optimizations
169
opt-level = "s" # Optimize for binary size
170
strip = true # Remove debug symbols
171
```
0 commit comments