📦 build: always optimize the JPEG decoder
parent
039518cde6
commit
d008baa34f
|
@ -12,3 +12,6 @@ rayon = "1.7.0"
|
|||
thiserror = "1.0.48"
|
||||
zune-core = { path = "deps/zune-image/zune-core" }
|
||||
zune-jpeg = { path = "deps/zune-image/zune-jpeg", default-features = false, features = ["std"] }
|
||||
|
||||
[profile.dev.package.zune-jpeg]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Reference in New Issue