mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
need to bring down binary size or flashing will corrupt the device
This commit is contained in:
parent
b05217b356
commit
32e9867b4e
@ -25,7 +25,7 @@ fixed = "1.23.1"
|
|||||||
fixed-macro = "1.2"
|
fixed-macro = "1.2"
|
||||||
|
|
||||||
# for web request example
|
# for web request example
|
||||||
reqwless = { version = "0.12.0", features = ["defmt"] }
|
reqwless = { git = "https://github.com/drogue-iot/reqwless", features = ["defmt",]}
|
||||||
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
|
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
|
||||||
serde-json-core = "0.5.1"
|
serde-json-core = "0.5.1"
|
||||||
|
|
||||||
@ -58,3 +58,7 @@ embedded-sdmmc = "0.7.0"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = 2
|
debug = 2
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
lto = true
|
||||||
|
opt-level = "z"
|
||||||
|
Loading…
Reference in New Issue
Block a user