opt z (flash scarce)
This commit is contained in:
parent
8106dc15b1
commit
5fa38b2079
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ panic-halt = "0.2.0"
|
|||
ufmt = "0.2.0"
|
||||
nb = "1"
|
||||
embedded-hal = "1"
|
||||
avr-device-macros = "0"
|
||||
avr-device = "0"
|
||||
|
||||
[dependencies.avr-hal-generic]
|
||||
git = "https://github.com/rahix/avr-hal"
|
||||
|
@ -39,4 +41,4 @@ panic = "abort"
|
|||
codegen-units = 1
|
||||
debug = true
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
opt-level = "z"
|
||||
|
|
Loading…
Reference in a new issue