Cargo.toml: disable LTO

This commit is contained in:
Alexander Krotov
2020-07-01 20:35:50 +03:00
parent 5a28b669f9
commit 0b187131b2

View File

@@ -6,7 +6,7 @@ edition = "2018"
license = "MPL-2.0"
[profile.release]
lto = true
#lto = true
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }