diff --git a/Cargo.toml b/Cargo.toml index ff4c948..297682f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,5 @@ tempfile = "3" [profile.release] lto = true +codegen-units = 1 +strip = true