Skip to content

Commit

Permalink
build: disable rocksdb io_uring compile (OpenAtomFoundation#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqxhub committed May 12, 2023
1 parent 4483121 commit b5a2ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ ExternalProject_Add(rocksdb
-DWITH_ZSTD=ON
-DWITH_GFLAGS=ON
-DFAIL_ON_WARNINGS=OFF
-DWITH_LIBURING=OFF
BUILD_COMMAND
make -j${CPU_CORE}
)
Expand Down

0 comments on commit b5a2ceb

Please sign in to comment.