pounder_test/Cargo.toml

18 lines
208 B
TOML
Raw Normal View History

2020-06-08 15:36:28 +08:00
[workspace]
2020-06-08 15:36:28 +08:00
members = [
"stabilizer",
"stm32h7xx-hal",
2020-06-09 00:20:10 +08:00
"ad9959",
2020-06-08 15:36:28 +08:00
]
[profile.dev]
codegen-units = 1
incremental = false
opt-level = 1
[profile.release]
debug = true
lto = true
codegen-units = 1