Profiles and workflow

This commit is contained in:
2025-07-05 16:24:42 -04:00
parent bc0ef5fbfa
commit a48987a81b
3 changed files with 16 additions and 4 deletions

View File

@@ -44,3 +44,15 @@ opt-level = 3
[profile.release]
codegen-units = 1
lto = "thin"
# Optimize for build time in CI.
[profile.ci]
inherits = "dev"
opt-level = 0
debug = "line-tables-only"
codegen-units = 4
[profile.ci.package."*"]
opt-level = 0