forked from trinitrix/core
1
0
Fork 0

Build(Cargo): Instruct rustc to perform fat lto in release mode

This commit is contained in:
Benedikt Peetz 2023-07-24 17:10:12 +02:00
parent b4d9bea75a
commit 111d46ef2e
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ serde = "1.0"
cli-log = "2.0"
indexmap = "2.0.0"
mlua = { version = "0.8.9", features = ["lua54", "async", "send"] }
[profile.release]
lto = true