From beb134edaa2a0873f1c55c1c231a57cf5748dba1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 28 Jul 2020 17:22:33 +0200 Subject: [PATCH] leave lto alone, this is set by the UIs as needed now, see #1775 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce76f74c0..c73ea8be7 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" }