CI profile: disable LTO, 16 codegen units for max speed

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-17 22:00:38 -03:00
parent 355708e7cd
commit f59283cbb8

View file

@ -268,5 +268,6 @@ overflow-checks = true
[profile.ci]
inherits = "release"
lto = "thin"
codegen-units = 4
lto = false
codegen-units = 16
debug = false