diff --git a/Cargo.toml b/Cargo.toml index 57e3b15e..efc958b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,3 +110,7 @@ features = [ [profile.release] lto = "thin" strip = "symbols" + +[profile.profiling] +inherits = "release" +debug = true