Fix int128 compatibility check (#682)

master
Dirreck 2 years ago committed by GitHub
parent dc18b52148
commit 3805d1fd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      librocksdb-sys/build.rs

@ -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");

Loading…
Cancel
Save