diff --git a/Cargo.toml b/Cargo.toml index 3bb8f06..b3556ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,3 +64,6 @@ tui-textarea = "0.3.0" [dev-dependencies] pretty_assertions = "1.4.0" + +[profile.release] +lto = "thin"