From 30edff308ea49b65dc18d1da82ba3ba889028a21 Mon Sep 17 00:00:00 2001 From: Andrew Gallagher Date: Tue, 25 Jul 2017 12:02:44 -0700 Subject: [PATCH] buckification: remove explicit `-msse*` compiler flags Summary: These are implied by default platform flags, in particular, `-march=corei7`. Reviewed By: pixelb Differential Revision: D5485414 fbshipit-source-id: 85f1329c71fa81a604760844187cc73877fb40e9 --- TARGETS | 2 -- 1 file changed, 2 deletions(-) diff --git a/TARGETS b/TARGETS index c6c0de48b..4124eec4e 100644 --- a/TARGETS +++ b/TARGETS @@ -6,8 +6,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",