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:
parent
c364eb42b5
commit
8bc41f4f5d
5
TARGETS
5
TARGETS
@ -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")
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user