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]
|
[profile.ci]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
lto = "thin"
|
lto = false
|
||||||
codegen-units = 4
|
codegen-units = 16
|
||||||
|
debug = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue