From 7d80179ed10ae2b433d6bbb1587f350d6b18b4d4 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 16 Jun 2020 23:12:07 +0300 Subject: [PATCH] Re-enable lto=true for release builds --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdfefa6eb..bddd432da 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" }