Update reldbg profile to optimize our own packages too

… and enable incremental compilation for it.
This commit is contained in:
Jonas Platte
2023-06-21 15:04:03 +02:00
committed by Jonas Platte
parent 12a6f12461
commit dccf0c29bf

View File

@@ -75,10 +75,6 @@ debug = 2
# `--profile reldbg` to select
[profile.reldbg]
inherits = "dev"
incremental = false
# Compile all non-workspace crate in the dependency tree with optimizations
[profile.reldbg.package."*"]
opt-level = 3
[patch.crates-io]