diff --git a/Cargo.toml b/Cargo.toml index d3f2835af..cdcc663ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" +[profile.release] +lto = true + [dependencies] deltachat_derive = { path = "./deltachat_derive" }