use LTO for release and benchmark builds (#1157)

This commit is contained in:
Kornél Csernai
2023-05-09 07:15:57 -07:00
committed by GitHub
parent 15085ef905
commit 87230bb59b

View File

@ -81,3 +81,6 @@ unstable_wasm = ["fancy-regex", "getrandom/js"]
criterion = "0.4"
tempfile = "3.1"
assert_approx_eq = "1.1"
[profile.release]
lto = "fat"