Add new optimizations to do the elf smoler
parent
28a17491e7
commit
12232bfba9
|
@ -8,10 +8,12 @@ arduino-hal = { git = "https://github.com/rahix/avr-hal", features = ["arduino-
|
|||
panic-halt = "0.2.0"
|
||||
sha1_smol = "1.0.0"
|
||||
binascii = { version = "0.1", default-features = false, features = ["decode"] }
|
||||
ds323x = "0.5.0"
|
||||
ufmt = "0.2.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Reference in New Issue