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"