]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "cmake: define BOOST_SP_DISABLE_THREADS for crimson"
authorSamuel Just <sjust@redhat.com>
Thu, 30 May 2019 00:32:10 +0000 (17:32 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 31 May 2019 21:05:45 +0000 (14:05 -0700)
For whatever reason, this patch appears to cause the reactor/peering
to hang much of the time.  Reverting until we have time to debug it.

This reverts commit a09a4f342c0a0fddcae29fe6c8d97e3b353f8c0c.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/CMakeLists.txt

index ff5ceedf75d43ba9d79a4832d57d79019c56ecf7..843e0f98749bc5660da91c43ec6be67dac5e6f6f 100644 (file)
@@ -1,6 +1,6 @@
 add_library(crimson::cflags INTERFACE IMPORTED)
 set_target_properties(crimson::cflags PROPERTIES
-  INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1;BOOST_SP_DISABLE_THREADS"
+  INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1"
   INTERFACE_LINK_LIBRARIES Seastar::seastar)
 
 set(crimson_common_srcs