From 4a3837700ee0d7d44e960831586f7f0113114dfe Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 19 Nov 2020 16:26:52 +0100 Subject: Enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3