diff --git a/Cargo.toml b/Cargo.toml index 80b1d0a9c9a..4da7505f36e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ debug-assertions = false [profile.test] opt-level = 0 lto = false -debug = true +debug = 1 debug-assertions = true [profile.integration-test]