mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
build(mdbx-sys): link liburing for io_uring batch prefault
Amp-Thread-ID: https://ampcode.com/threads/T-019c2f31-1772-729b-8560-e02485715ed4 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -39,6 +39,7 @@ fn main() {
|
||||
}
|
||||
|
||||
cc.file(mdbx.join("mdbx.c")).compile("libmdbx.a");
|
||||
println!("cargo:rustc-link-lib=uring");
|
||||
}
|
||||
|
||||
fn generate_bindings(mdbx: &Path, out_file: &Path) {
|
||||
|
||||
Reference in New Issue
Block a user