mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +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"
|
git = "https://github.com/Kerollmops/group-by.git"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["simd"]
|
||||||
i128 = ["bincode/i128", "byteorder/i128"]
|
i128 = ["bincode/i128", "byteorder/i128"]
|
||||||
sse = ["rocksdb/sse"]
|
simd = ["rocksdb/sse"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
csv = "1.0"
|
csv = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user