trinket-streamdeck/Cargo.toml

8 lines
232 B
TOML
Raw Normal View History

2022-02-26 22:55:26 +00:00
[workspace]
members = ["trinket", "common", "pico"]
[profile.release]
codegen-units = 1 # better optimizations
2022-02-06 05:01:44 +00:00
debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimizations