From a6d602c8bd0048a35a8b9aba66c1f1f13d69b5ef Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Tue, 24 Dec 2019 11:06:32 +0100 Subject: [PATCH] feat(lto): enable LTO for release builds (#4) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d520f10..c165949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,6 @@ azure-devops = { project = "robertohuertasm/github-oss", pipeline = "microserver warp = "0.1" clap = "2.33" console = "0.9" + +[profile.release] +lto = true