Move to stable, put LTO in cargo config

This commit is contained in:
Renar Narubin
2021-11-30 20:55:08 -08:00
parent 5a5289f43e
commit 29e232f7cf
6 changed files with 27 additions and 23 deletions

View File

@@ -65,10 +65,9 @@ cc = "1"
criterion = { version = "0.3", features = ["html_reports"] }
rand = "0.8"
[profile.test]
# run tests at high optimization to exercise typical codegen
opt-level = 3
[profile.release]
lto="thin"
codegen-units=1
[package.metadata.docs.rs]
all-features = true