mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Merge pull request #2263 from embassy-rs/jamesmunns-patch-2
Tweak FAQ size profile suggestions
This commit is contained in:
commit
3ef18ec133
@ -47,7 +47,8 @@ The first step to managing your binary size is to set up your link:https://doc.r
|
|||||||
debug = false
|
debug = false
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "s"
|
opt-level = "s"
|
||||||
incremental = true
|
incremental = false
|
||||||
|
codegen-units = 1
|
||||||
----
|
----
|
||||||
|
|
||||||
All of these flags are elaborated on in the Rust Book page linked above.
|
All of these flags are elaborated on in the Rust Book page linked above.
|
||||||
|
Loading…
Reference in New Issue
Block a user