Build(Cargo): Instruct rustc to perform fat lto in release mode
This commit is contained in:
parent
e62febf0f4
commit
33d7062e9c
|
@ -19,3 +19,6 @@ serde = "1.0"
|
||||||
cli-log = "2.0"
|
cli-log = "2.0"
|
||||||
indexmap = "2.0.0"
|
indexmap = "2.0.0"
|
||||||
rlua = "0.19.7"
|
rlua = "0.19.7"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
Reference in New Issue