mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Move rtic macros to repo root, tune xtask
This commit is contained in:
parent
4124fbdd61
commit
9e445b3583
134 changed files with 31 additions and 29 deletions
28
Cargo.toml
Normal file
28
Cargo.toml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"rtic",
|
||||||
|
"xtask",
|
||||||
|
]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
codegen-units = 1
|
||||||
|
lto = true
|
||||||
|
|
||||||
|
# do not optimize proc-macro deps or build scripts
|
||||||
|
[profile.dev.build-override]
|
||||||
|
codegen-units = 16
|
||||||
|
debug = false
|
||||||
|
debug-assertions = false
|
||||||
|
opt-level = 0
|
||||||
|
overflow-checks = false
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release.build-override]
|
||||||
|
codegen-units = 16
|
||||||
|
debug = false
|
||||||
|
debug-assertions = false
|
||||||
|
opt-level = 0
|
||||||
|
overflow-checks = false
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue