mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore: optimize further
This commit is contained in:
parent
89d4ddeac7
commit
15004f3dae
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ resolver = "2"
|
|||
opt-level = 3
|
||||
debug = false
|
||||
rpath = true
|
||||
lto = true
|
||||
lto = 'fat'
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release.package."*"]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue