diff --git a/Cargo.toml b/Cargo.toml index 2c2c8631..c985b7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ [workspace] members = ["gst-plugin", "gst-plugin-file", "gst-plugin-http", "gst-plugin-flv"] + +[profile.release] +lto = true