From 49e5919afa6b7c35118a66f2babec937cc3f8dfc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 28 May 2019 00:07:15 -0400 Subject: [PATCH] More optimized release builds --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 28d0e77..a357235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +lto = true +codegen-units = 1 + [dependencies] docopt = "1.1.0" serde = "1.0.91"