summaryrefslogtreecommitdiff
path: root/buckifier
diff options
context:
space:
mode:
authorPeter Dillinger <peterd@fb.com>2019-11-14 14:00:58 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-11-14 14:04:15 -0800
commit00d58a370eb59a002b21d827e1710c1b437c9e6e (patch)
treed1f345b489b3857bf213af542ea2cfdc7c0911ff /buckifier
parent6123611c420a8b1f436fe9c7b2fba245a41faa4d (diff)
Abandon use of folly::Optional (#6036)
Summary: Had complications with LITE build and valgrind test. Reverts/fixes small parts of PR https://github.com/facebook/rocksdb/issues/6007 Pull Request resolved: https://github.com/facebook/rocksdb/pull/6036 Test Plan: make LITE=1 all check and ROCKSDB_VALGRIND_RUN=1 DISABLE_JEMALLOC=1 make -j24 db_bloom_filter_test && ROCKSDB_VALGRIND_RUN=1 DISABLE_JEMALLOC=1 ./db_bloom_filter_test Differential Revision: D18512238 Pulled By: pdillinger fbshipit-source-id: 37213cf0d309edf11c483fb4b2fb6c02c2cf2b28
Diffstat (limited to 'buckifier')
-rw-r--r--buckifier/targets_cfg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py
index b93f79bb7..0ecd6fdda 100644
--- a/buckifier/targets_cfg.py
+++ b/buckifier/targets_cfg.py
@@ -83,7 +83,6 @@ ROCKSDB_PREPROCESSOR_FLAGS = [
# Directories with files for #include
"-I" + REPO_PATH + "include/",
"-I" + REPO_PATH,
- "-I" + REPO_PATH + "third-party/folly/",
]
ROCKSDB_ARCH_PREPROCESSOR_FLAGS = {