mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
do not optimize build deps
This commit is contained in:
parent
7406f77a4e
commit
413ca089db
1 changed files with 15 additions and 0 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -88,3 +88,18 @@ members = [
|
|||
"homogeneous",
|
||||
"macros",
|
||||
]
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue