You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config (#950)
* fix(build): add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config
This change adds a definition for ROCKSDB_SCHED_GETCPU_PRESENT in the Linux-specific section of the build script. This ensures that the RocksDB library is aware of the presence of the sched_getcpu function on Linux systems, potentially optimising CPU scheduling.
0 commit comments