forked from trinitrix/core
Build(Cargo): Instruct rustc to perform fat lto in release mode
This commit is contained in:
parent
b4d9bea75a
commit
111d46ef2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue