build for size by default now

This commit is contained in:
2021-11-06 17:16:12 +01:00
parent 60f97812b3
commit 3bcd25f38f
2 changed files with 7 additions and 2 deletions

View File

@ -4,4 +4,9 @@ members = [
"vorago-reb1-rs",
"va108xx-rs",
"va108xx-hal-rs"
]
]
[profile.release]
lto = true
debug = true
opt-level = 's'