diff --git a/Cargo.toml b/Cargo.toml index b1a3ade9..5aed245f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,11 @@ percent-encoding = "2.3.1" tempfile = "3.12.0" [profile.release] -debug = true +opt-level = "z" +lto = true +codegen-units = 1 +panic = "abort" +strip = "symbols" [profile.bench] debug = true