diff --git a/Cargo.toml b/Cargo.toml index ca68f5bc..d70ae2e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,10 @@ hyper = { version = "1.2.0", features = ["full"] } default = [] test_utils = ["mockall"] +[profile.release] +lto = "thin" +codegen-units = 1 +opt-level = 3 +panic = "abort" +strip = true +