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

@ -5,3 +5,8 @@ members = [
"va108xx-rs",
"va108xx-hal-rs"
]
[profile.release]
lto = true
debug = true
opt-level = 's'