Crates.io | liburing2-sys |
lib.rs | liburing2-sys |
version | 0.3.0+f4e42a5 |
source | src |
created_at | 2023-12-25 15:24:43.889703 |
updated_at | 2024-01-10 12:40:33.733953 |
description | liburing bindings with optional LTO |
homepage | |
repository | https://github.com/zzwxh/liburing2-sys |
max_upload_size | |
id | 1080307 |
size | 1,612,889 |
liburing bindings with optional LTO
requirements: apt install make clang lld llvm-dev libclang-dev
witout LTO: cargo build
with LTO: RUSTFLAGS="-Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld" cargo build