CI profile: disable LTO, 16 codegen units for max speed
This commit is contained in:
parent
355708e7cd
commit
f59283cbb8
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