Skip to content

Commit 634386a

Browse files
committed
MB-46993: Remove compile failure workaround due to gcc 10 bug
Compiler now upgraded so remove the workaround. Change-Id: Icd8c79a35622b3b34447e039e793041b7d61913d Reviewed-on: https://review.couchbase.org/c/kv_engine/+/197158 Tested-by: Build Bot <[email protected]> Reviewed-by: Dave Rigby <[email protected]>
1 parent c1d3144 commit 634386a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

engines/ep/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -427,15 +427,6 @@ ADD_LIBRARY(ep_objs OBJECT
427427
SET_PROPERTY(TARGET ep_objs PROPERTY POSITION_INDEPENDENT_CODE 1)
428428
cb_enable_unity_build(ep_objs)
429429

430-
# MB-46833: Suspect a gcc bug where consumer.cc + producer.cc together fails.
431-
# Here we will build producer.cc alone and avoid the issue only on gcc. Same is
432-
# seen for warmup.cc.
433-
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
434-
set_source_files_properties(src/dcp/producer.cc
435-
src/warmup.cc
436-
PROPERTIES SKIP_UNITY_BUILD_INCLUSION 1)
437-
endif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
438-
439430
add_sanitizers(ep_objs)
440431
target_link_libraries(ep_objs PUBLIC mcd_executor hdrhistogram platform
441432
spdlog::spdlog ${EP_STORAGE_LIBS})

0 commit comments

Comments
 (0)