pounder_test/Cargo.toml

17 lines
194 B
TOML

[workspace]
members = [
"stabilizer",
"stm32h7xx-hal",
]
[profile.dev]
codegen-units = 1
incremental = false
opt-level = 3
[profile.release]
debug = true
lto = true
codegen-units = 1