Added release-full profile with LTO

This commit is contained in:
Ryze 2023-02-06 02:58:27 +03:00
parent 6fd1dd7255
commit 9eb717c73e

View file

@ -9,3 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
mpv-client = "0.4.1"
[profile.release-full]
inherits = "release"
strip = "symbols"
lto = "fat"