diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index df3f66658..2ec438913 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -47,7 +47,8 @@ The first step to managing your binary size is to set up your link:https://doc.r | |||
| 47 | debug = false | 47 | debug = false |
| 48 | lto = true | 48 | lto = true |
| 49 | opt-level = "s" | 49 | opt-level = "s" |
| 50 | incremental = true | 50 | incremental = false |
| 51 | codegen-units = 1 | ||
| 51 | ---- | 52 | ---- |
| 52 | 53 | ||
| 53 | All of these flags are elaborated on in the Rust Book page linked above. | 54 | All of these flags are elaborated on in the Rust Book page linked above. |
