CI profile: disable LTO, 16 codegen units for max speed
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-17 22:00:38 -03:00
parent e992667e2a
commit 3d18873c89

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