From 8bc41f4f5d8a0f07b291b26e7f2b02af1ac7f5b7 Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Tue, 6 Mar 2018 12:19:15 -0800 Subject: [PATCH] Update TARGETS Summary: Watch the build Closes https://github.com/facebook/rocksdb/pull/3533 Differential Revision: D7063777 Pulled By: siying fbshipit-source-id: db9cdfc362a8d281dada6513ab034a6d6f0d552e --- TARGETS | 5 ++++- buckifier/targets_cfg.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TARGETS b/TARGETS index b7dae2caa..7d0d71818 100644 --- a/TARGETS +++ b/TARGETS @@ -46,7 +46,10 @@ rocksdb_preprocessor_flags = [ ] rocksdb_arch_preprocessor_flags = { - "x86_64": ["-DHAVE_SSE42"], + "x86_64": [ + "-DHAVE_SSE42", + "-DHAVE_PCLMUL", + ], } build_mode = read_config("fbcode", "build_mode") diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 7aee5bdc9..44ef4fd5e 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -50,7 +50,10 @@ rocksdb_preprocessor_flags = [ ] rocksdb_arch_preprocessor_flags = { - "x86_64": ["-DHAVE_SSE42"], + "x86_64": [ + "-DHAVE_SSE42", + "-DHAVE_PCLMUL", + ], } build_mode = read_config("fbcode", "build_mode")