Skip to content

Commit a565c73

Browse files
committed
UNPICK ci-optimized 2603301637
1 parent d70fe83 commit a565c73

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,13 @@ debug-assertions = false
276276
strip = "debuginfo"
277277
incremental = false
278278

279-
[profile.ci-optimized]
280-
inherits = "ci"
281-
282279
[profile.profiling]
283280
inherits = "release"
284281
debug = true
285282
strip = false
283+
284+
[profile.ci-optimized]
285+
inherits = "release"
286+
debug-assertions = true
287+
codegen-units = 16
288+
lto = "thin"

0 commit comments

Comments
 (0)