diff --git a/Cargo.toml b/Cargo.toml index 3d06c94..c6e4506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,8 @@ which = "4.1" [dev-dependencies] pretty_assertions = "1.0.0" + +[profile.release] +strip = true +lto = true +opt-level = 3