diff --git a/Cargo.toml b/Cargo.toml index 98ba4be9b4..f1ddd4a26e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -209,3 +209,7 @@ exclude = [ [patch.crates-io] x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" } + +[profile.release-debug] +inherits = "release" +debug = true