enable link time optimization for release builds
This commit is contained in:
parent
140b2abda6
commit
f3e6c11240
1 changed files with 4 additions and 0 deletions
|
@ -42,3 +42,7 @@ thiserror = "1.0.26"
|
|||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
proptest = "1"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue