Update TARGETS

Summary:
Watch the build
Closes https://github.com/facebook/rocksdb/pull/3533

Differential Revision: D7063777

Pulled By: siying

fbshipit-source-id: db9cdfc362a8d281dada6513ab034a6d6f0d552e
This commit is contained in:
Siying Dong 2018-03-06 12:19:15 -08:00 committed by Facebook Github Bot
parent c364eb42b5
commit 8bc41f4f5d
2 changed files with 8 additions and 2 deletions

View File

@ -46,7 +46,10 @@ rocksdb_preprocessor_flags = [
] ]
rocksdb_arch_preprocessor_flags = { rocksdb_arch_preprocessor_flags = {
"x86_64": ["-DHAVE_SSE42"], "x86_64": [
"-DHAVE_SSE42",
"-DHAVE_PCLMUL",
],
} }
build_mode = read_config("fbcode", "build_mode") build_mode = read_config("fbcode", "build_mode")

View File

@ -50,7 +50,10 @@ rocksdb_preprocessor_flags = [
] ]
rocksdb_arch_preprocessor_flags = { rocksdb_arch_preprocessor_flags = {
"x86_64": ["-DHAVE_SSE42"], "x86_64": [
"-DHAVE_SSE42",
"-DHAVE_PCLMUL",
],
} }
build_mode = read_config("fbcode", "build_mode") build_mode = read_config("fbcode", "build_mode")