From 3a3fb00b7aab66ed9c9c2311c5178314fced9a1e Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Thu, 27 Jul 2017 17:34:04 -0700 Subject: [PATCH] TARGETS file not setting sse explicitly Summary: We don't need to set them explicitly. Closes https://github.com/facebook/rocksdb/pull/2660 Differential Revision: D5514141 Pulled By: yiwu-arbug fbshipit-source-id: 10edebfc3cfe0afc00a34519f87fcea4d65069ae --- buckifier/targets_cfg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 836493951..edc0e8455 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -10,8 +10,6 @@ REPO_PATH = TARGETS_PATH[(TARGETS_PATH.find('fbcode/') + len('fbcode/')):] + "/" BUCK_BINS = "buck-out/gen/" + REPO_PATH TEST_RUNNER = REPO_PATH + "buckifier/rocks_test_runner.sh" rocksdb_compiler_flags = [ - "-msse", - "-msse4.2", "-fno-builtin-memcmp", "-DROCKSDB_PLATFORM_POSIX", "-DROCKSDB_LIB_IO_POSIX",