From da99b56458c964f117c44ef67dd738254f8ed954 Mon Sep 17 00:00:00 2001 From: Yannik <> Date: Thu, 10 Oct 2019 14:39:54 +0200 Subject: [PATCH] maximum optimization --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1a00fdc..63c2c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,7 @@ features = ["with-chrono-0_4"] [dependencies.futures-preview] version = "=0.3.0-alpha.19" features = [ "async-await" ] + +[profile.release] +lto = "fat" +codegen-units = 1