From 0b187131b2243eff1d3fe6dcc36e0b019f099816 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 1 Jul 2020 20:35:50 +0300 Subject: [PATCH] Cargo.toml: disable LTO --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f13ac690..a37992db4 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" }