summaryrefslogtreecommitdiff
path: root/buckifier/targets_cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'buckifier/targets_cfg.py')
-rw-r--r--buckifier/targets_cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py
index e61943ea0..2bf2d8583 100644
--- a/buckifier/targets_cfg.py
+++ b/buckifier/targets_cfg.py
@@ -13,6 +13,9 @@ rocksdb_compiler_flags = [
"-DROCKSDB_LIB_IO_POSIX",
"-DROCKSDB_FALLOCATE_PRESENT",
"-DROCKSDB_MALLOC_USABLE_SIZE",
+ "-DROCKSDB_RANGESYNC_PRESENT",
+ "-DROCKSDB_SCHED_GETCPU_PRESENT",
+ "-DROCKSDB_SUPPORT_THREAD_LOCAL",
"-DOS_LINUX",
# Flags to enable libs we include
"-DSNAPPY",