artiq-zynq/src/Cargo.toml

19 lines
264 B
TOML
Raw Normal View History

2020-04-11 20:19:39 +08:00
[workspace]
members = [
"libc",
"libdyld",
"libdwarf",
"libunwind",
2020-04-28 19:07:49 +08:00
"runtime",
]
2020-04-11 20:19:39 +08:00
[profile.release]
panic = "abort"
debug = true
2020-08-06 10:32:03 +08:00
codegen-units = 1
opt-level = 2
2020-04-11 20:19:39 +08:00
lto = true
[patch.crates-io]
core_io = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }