We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d3144 commit 634386aCopy full SHA for 634386a
engines/ep/CMakeLists.txt
@@ -427,15 +427,6 @@ ADD_LIBRARY(ep_objs OBJECT
427
SET_PROPERTY(TARGET ep_objs PROPERTY POSITION_INDEPENDENT_CODE 1)
428
cb_enable_unity_build(ep_objs)
429
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
-
439
add_sanitizers(ep_objs)
440
target_link_libraries(ep_objs PUBLIC mcd_executor hdrhistogram platform
441
spdlog::spdlog ${EP_STORAGE_LIBS})
0 commit comments