From df537642baf1ac64748107649e3aac44a3d59e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Sun, 6 Mar 2022 15:32:11 +0100 Subject: [PATCH] cargo: strip in release --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 267f60a..67da038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,7 @@ futures-executor = "0.3" [features] default = ["gtk4-plugin"] -gtk4-plugin = ["gst-plugin-gtk4"] \ No newline at end of file +gtk4-plugin = ["gst-plugin-gtk4"] + +[profile.release] +strip = "debuginfo"