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