Skip to content

Commit

Permalink
Fix int128 compatibility check (rust-rocksdb#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Feb 9, 2023
1 parent dc18b52 commit 3805d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librocksdb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ fn build_rocksdb() {
} else {
config.flag(&cxx_standard());
// matches the flags in CMakeLists.txt from rocksdb
config.define("HAVE_UINT128_EXTENSION", Some("1"));
config.flag("-Wsign-compare");
config.flag("-Wshadow");
config.flag("-Wno-unused-parameter");
Expand Down

0 comments on commit 3805d1f

Please sign in to comment.