diff --git a/Cargo.toml b/Cargo.toml index e3ffba08b877b4..d47210ebe79c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,3 +89,8 @@ exclude = [ # This prevents a Travis CI error when building for Windows. resolver = "2" + +[profile.profiling] +inherits = "release" +debug = true +strip = false