mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Add SIMD optimization feature flag.
This commit is contained in:
parent
f3a4092f5c
commit
fffe690964
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ webp = ["dep:libwebp-sys", "dep:image"]
|
|||
|
||||
mimalloc = ["dep:mimalloc"]
|
||||
|
||||
optimized = ["libwebp-sys?/sse41", "libwebp-sys?/avx2", "libwebp-sys?/neon"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue