diff --git a/Cargo.toml b/Cargo.toml index b035ef0..e089f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,7 @@ argh = "0.1" crossterm = "0.27" drives = "0.6" ratatui = "0.26" + +[profile.release] +strip = "symbols" +lto = "thin"