mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
chore: Add the "simd" feature flag by default
This commit is contained in:
parent
4bb80c1460
commit
df120df1cc
@ -31,9 +31,9 @@ git = "https://github.com/pingcap/rust-rocksdb.git"
|
||||
git = "https://github.com/Kerollmops/group-by.git"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["simd"]
|
||||
i128 = ["bincode/i128", "byteorder/i128"]
|
||||
sse = ["rocksdb/sse"]
|
||||
simd = ["rocksdb/sse"]
|
||||
|
||||
[dev-dependencies]
|
||||
csv = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user