diff --git a/Cargo.toml b/Cargo.toml index 6a47a71c..d2f8fb93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,8 @@ exclude = [ [profile.release] panic = "unwind" + +[profile.production] +inherits = "release" +lto = true +codegen-units = 1