Commit 6f2c6320 authored by yiwu-arbug's avatar yiwu-arbug Committed by Connor

Not compile with gflags (#322)

Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
parent 09b80321
...@@ -87,6 +87,7 @@ fn build_rocksdb() -> Build { ...@@ -87,6 +87,7 @@ fn build_rocksdb() -> Build {
cfg.define("FORCE_SSE42", "ON"); cfg.define("FORCE_SSE42", "ON");
} }
let dst = cfg let dst = cfg
.define("WITH_GFLAGS", "OFF")
.register_dep("Z") .register_dep("Z")
.define("WITH_ZLIB", "ON") .define("WITH_ZLIB", "ON")
.register_dep("BZIP2") .register_dep("BZIP2")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment