diff --git a/Cargo.toml b/Cargo.toml index 5f78174..65362a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,6 @@ features = ["suggestions", "color", "wrap_help"] [dev-dependencies] approx = "0.3" + +[profile.release] +lto = true