Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2022

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

    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 <[email protected]>
    subains committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9baee54 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Inital commit of cxxrocksdb.

    Signed-off-by: subains <[email protected]>
    subains committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0600923 View commit details
    Browse the repository at this point in the history