diff options
Diffstat (limited to 'Cargo.toml')
| -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 |
