mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
cargo: strip in release
This commit is contained in:
parent
76b0c71274
commit
df537642ba
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue