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:
Josh Holmer 2020-07-21 11:14:20 -04:00
parent 3797df0b1d
commit 9d8028e044

View file

@ -79,4 +79,4 @@ path = "src/lib.rs"
[profile.dev]
opt-level = 2
[profile.release]
lto = true
lto = "thin"