Switch to thin LTO
This has about a 25% improvement on release compilation times, at the cost of a <1% runtime performance impact.
This commit is contained in:
parent
3797df0b1d
commit
9d8028e044
1 changed files with 1 additions and 1 deletions
|
|
@ -79,4 +79,4 @@ path = "src/lib.rs"
|
|||
[profile.dev]
|
||||
opt-level = 2
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = "thin"
|
||||
|
|
|
|||
Loading…
Reference in a new issue