Add a release-lto cargo profile.
This commit is contained in:
parent
0c4a395829
commit
d77db591bc
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ linked-hash-map = "0.5.3"
|
|||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9"
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue