Skip to content

Commit a87da4b

Browse files
authored
Improve incremental build time (#10039)
Unfortunately this increases the release build size by 8M ``` | | incremental build | full build | binary size | |--------|-------------------|------------|-------------| | main | 4m 21s | 6m 24s | 72M | | #10039 | 1m 45s | 5m 28s | 80M | ```
1 parent 40983a4 commit a87da4b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ exclude = [
2020
"std/hash/_wasm"
2121
]
2222

23-
24-
[profile.release]
25-
codegen-units = 1
26-
lto = true
27-
opt-level = 'z' # Optimize for size
28-
29-
[profile.bench]
30-
codegen-units = 1
31-
lto = true
32-
opt-level = 'z' # Optimize for size
33-
3423
# Optimize these packages for perf
3524
[profile.release.package.rand]
3625
opt-level = 3

0 commit comments

Comments
 (0)