need to bring down binary size or flashing will corrupt the device
This commit is contained in:
parent
b05217b356
commit
32e9867b4e
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@ fixed = "1.23.1"
|
|||
fixed-macro = "1.2"
|
||||
|
||||
# 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-json-core = "0.5.1"
|
||||
|
||||
|
@ -58,3 +58,7 @@ embedded-sdmmc = "0.7.0"
|
|||
|
||||
[profile.release]
|
||||
debug = 2
|
||||
|
||||
[profile.dev]
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
|
|
Loading…
Add table
Reference in a new issue