From 6d5cf89d33a68ec68bddcf2cf240bb11a220d50b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 21 Dec 2019 20:39:01 +0100 Subject: [PATCH] enable link-time-optimization --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d3f2835af..cdcc663ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" +[profile.release] +lto = true + [dependencies] deltachat_derive = { path = "./deltachat_derive" }