mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
Cargo: set opt-level to 1 in dev builds
We need some level of optimizations so the CDG decoder is usable in dev build. '1' is suitable for debugging according to the doc.
This commit is contained in:
parent
cfe660ae82
commit
d7125aee68
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ lto = true
|
|||
opt-level = 3
|
||||
debug = true
|
||||
panic = 'unwind'
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
Loading…
Reference in a new issue