aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-11-19 16:26:52 +0100
committerBond_009 <bond.009@outlook.com>2020-11-19 16:26:52 +0100
commit4a3837700ee0d7d44e960831586f7f0113114dfe (patch)
treecfe5d151201fcf631b961392a2f39f35948744af
parent5a4cd9b086515a9ca9d8b005b2e9b3895ca8d20f (diff)
Enable LTO
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5dcfc2f..0ca3953 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,6 @@ features = ["derive"]
[features]
default = []
ssh = ["git2/ssh", "git2_credentials"]
+
+[profile.release]
+lto = true