• Marko Mäkelä's avatar
    Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF · 3c92050d
    Marko Mäkelä authored
    There are separate flags DBUG_OFF for disabling the DBUG facility
    and ENABLED_DEBUG_SYNC for enabling the DEBUG_SYNC facility.
    Let us allow debug builds without DEBUG_SYNC.
    
    Note: For CMAKE_BUILD_TYPE=Debug, CMakeLists.txt will continue to
    define ENABLED_DEBUG_SYNC.
    3c92050d
slave.cc 284 KB