CI profile: disable LTO, 16 codegen units for max speed
This commit is contained in:
parent
e992667e2a
commit
3d18873c89
1 changed files with 3 additions and 2 deletions
|
|
@ -268,5 +268,6 @@ overflow-checks = true
|
|||
|
||||
[profile.ci]
|
||||
inherits = "release"
|
||||
lto = "thin"
|
||||
codegen-units = 4
|
||||
lto = false
|
||||
codegen-units = 16
|
||||
debug = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue