From 04bf72637dc78d9e45a241cbb4d4287ddeee48d4 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 10 May 2020 01:34:28 +0100 Subject: [PATCH] Enable LTO for release --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4acb13c..443d35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,6 @@ license = "MIT" anyhow = "1.0" dbus = "0.8.2" deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="1.31.0" } + +[profile.release] +lto = true