diff --git a/Cargo.toml b/Cargo.toml index f4b8356..db230f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,8 @@ crate-type = ["cdylib"] [dependencies] mpv-client = "0.4.1" + +[profile.release-full] +inherits = "release" +strip = "symbols" +lto = "fat"