From acfee40af5d516edad7ca2a685ede8527a504af8 Mon Sep 17 00:00:00 2001 From: sdong Date: Thu, 13 Feb 2020 16:49:29 -0800 Subject: [PATCH] Remove IO URING compiler flags (#6415) Summary: Since IO Uring feature is not stable. Remove it from buck configuration. Pull Request resolved: https://github.com/facebook/rocksdb/pull/6415 Test Plan: See internal build pass Differential Revision: D19892988 fbshipit-source-id: 7fc01efc2af5ed707fb8e4e4674223aeb83cd5ea --- TARGETS | 2 -- buckifier/targets_cfg.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/TARGETS b/TARGETS index c2400ccf7..8ba5f9cd5 100644 --- a/TARGETS +++ b/TARGETS @@ -46,10 +46,8 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [ "-DROCKSDB_PTHREAD_ADAPTIVE_MUTEX", "-DROCKSDB_RANGESYNC_PRESENT", "-DROCKSDB_SCHED_GETCPU_PRESENT", - "-DROCKSDB_IOURING_PRESENT", "-DHAVE_SSE42", "-DNUMA", - "-DLIBURING", ], ), ( diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index ce45cc03a..193fef4bc 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -52,10 +52,8 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [ "-DROCKSDB_PTHREAD_ADAPTIVE_MUTEX", "-DROCKSDB_RANGESYNC_PRESENT", "-DROCKSDB_SCHED_GETCPU_PRESENT", - "-DROCKSDB_IOURING_PRESENT", "-DHAVE_SSE42", "-DNUMA", - "-DLIBURING", ], ), (