Add a release-lto cargo profile.

This commit is contained in:
Ethiraric 2023-08-17 02:17:53 +02:00
parent 2d8c4e8fc9
commit a31d836d9c

View file

@ -15,3 +15,7 @@ linked-hash-map = "0.5.3"
[dev-dependencies]
quickcheck = "0.9"
[profile.release-lto]
inherits = "release"
lto = true