diff --git a/Cargo.toml b/Cargo.toml index 4c53e9237..014550248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,7 @@ members = [ [profile.ci-dev] inherits = "dev" -opt-level = 0 -incremental = true -codegen-units = 256 +incremental = false [profile.ci-test] inherits = "ci-dev"