mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-19 18:11:03 +00:00
Do LTO for release builds
This commit is contained in:
parent
974a689fd7
commit
19936e4eae
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
|
||||
members = ["gst-plugin", "gst-plugin-file", "gst-plugin-http", "gst-plugin-flv"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue