tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

Issue#695 - Link liburing.a statically if present. #724

Open subains opened 1 year ago

subains commented 1 year ago

RocksDB enables IO_URING support by default and if the liburing dev files are present it creates a link dependency against liburing.a.

Signed-off-by: Sunny Bains sunny.bains@pingcap.com