Enable LTO for release

This commit is contained in:
2020-05-10 01:34:28 +01:00
parent 1212ff20e4
commit 04bf72637d

View File

@@ -11,3 +11,6 @@ license = "MIT"
anyhow = "1.0"
dbus = "0.8.2"
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="1.31.0" }
[profile.release]
lto = true