From 4e797037c48461284441d43a963ff7810c908f88 Mon Sep 17 00:00:00 2001 From: jikstra Date: Thu, 30 Jul 2020 23:25:57 +0200 Subject: [PATCH] Enable lto=true --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98c098cb7..2790a0d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "MPL-2.0" [profile.release] -#lto = true +lto = true [dependencies] deltachat_derive = { path = "./deltachat_derive" }