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