From 19936e4eaea28c22f12d99ed4292a4296f46b8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Jan 2017 16:22:09 +0200 Subject: [PATCH] Do LTO for release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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