Merge pull request #2263 from embassy-rs/jamesmunns-patch-2
Tweak FAQ size profile suggestions
This commit is contained in:
commit
3ef18ec133
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ The first step to managing your binary size is to set up your link:https://doc.r
|
|||
debug = false
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
incremental = true
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
----
|
||||
|
||||
All of these flags are elaborated on in the Rust Book page linked above.
|
||||
|
|
Loading…
Reference in a new issue