1
Fork 0

opt z (flash scarce)

This commit is contained in:
Andy Killorin 2024-05-14 13:51:13 -05:00
parent 8106dc15b1
commit 5fa38b2079
Signed by: ank
GPG key ID: 23F9463ECB67FE8C

View file

@ -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"