mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
enable link-time-optimization
This commit is contained in:
committed by
Alexander Krotov
parent
b3b984f351
commit
6d5cf89d33
@@ -5,6 +5,9 @@ authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL"
|
license = "MPL"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deltachat_derive = { path = "./deltachat_derive" }
|
deltachat_derive = { path = "./deltachat_derive" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user