Enable LTO
This commit is contained in:
parent
d4bb9c20b5
commit
286b000034
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name = "frogbot"
|
|||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue