Add SIMD optimization feature flag.

This commit is contained in:
Kavin 2023-10-30 23:52:21 +00:00
parent f3a4092f5c
commit fffe690964
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 2 additions and 0 deletions

View File

@ -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