Add a release-lto cargo profile.
This commit is contained in:
parent
2d8c4e8fc9
commit
a31d836d9c
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