diff options
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ features = ["derive"] [features] default = [] ssh = ["git2/ssh", "git2_credentials"] + +[profile.release] +lto = true |
![]() |
index : git-mirror | |
| git-mirror is a command-line program to keep local git mirrors up to date with their origin. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 3 |
@@ -30,3 +30,6 @@ features = ["derive"] [features] default = [] ssh = ["git2/ssh", "git2_credentials"] + +[profile.release] +lto = true |