flipperzero-firmware/core-rs/Cargo.toml

15 lines
283 B
TOML
Raw Normal View History

[workspace]
members = [
"flipper-core",
"flipper-f1-sys",
]
[profile.release]
codegen-units = 1 # better optimizations
debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimizations
panic = "abort"
[profile.dev]
panic = "abort"