diff --git a/Cargo.toml b/Cargo.toml index 6d79d4445e..3e25dc1b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,10 @@ required-features = [ "direct" ] panic = 'abort' overflow-checks = true +[profile.release-test] +inherits = 'release' +panic = 'unwind' + # Reproduces the options used when building crosvm for Chrome OS. [profile.chromeos] inherits = "release"