21 lines
298 B
TOML
21 lines
298 B
TOML
[workspace]
|
|
members = [
|
|
"libregister",
|
|
"libcortex_a9",
|
|
"libboard_zynq",
|
|
"libsupport_zynq",
|
|
"libasync",
|
|
"libconfig",
|
|
"experiments",
|
|
"szl",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
debug = true
|
|
codegen-units = 1
|
|
opt-level = 's'
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|