cargo: strip in release

This commit is contained in:
Stéphane Cerveau 2022-03-06 15:32:11 +01:00
parent 76b0c71274
commit df537642ba

View file

@ -25,4 +25,7 @@ futures-executor = "0.3"
[features]
default = ["gtk4-plugin"]
gtk4-plugin = ["gst-plugin-gtk4"]
gtk4-plugin = ["gst-plugin-gtk4"]
[profile.release]
strip = "debuginfo"