Added release-full profile with LTO
This commit is contained in:
parent
6fd1dd7255
commit
9eb717c73e
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
mpv-client = "0.4.1"
|
||||
|
||||
[profile.release-full]
|
||||
inherits = "release"
|
||||
strip = "symbols"
|
||||
lto = "fat"
|
||||
|
|
Loading…
Reference in a new issue